Bitcoin ABC 0.26.3
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
int | ecdh_hash_function_test_fail (unsigned char *output, const unsigned char *x, const unsigned char *y, void *data) |
int | ecdh_hash_function_custom (unsigned char *output, const unsigned char *x, const unsigned char *y, void *data) |
void | test_ecdh_api (void) |
void | test_ecdh_generator_basepoint (void) |
void | test_bad_scalar (void) |
void | run_ecdh_tests (void) |
int ecdh_hash_function_custom | ( | unsigned char * | output, |
const unsigned char * | x, | ||
const unsigned char * | y, | ||
void * | data | ||
) |
Definition at line 18 of file tests_impl.h.
int ecdh_hash_function_test_fail | ( | unsigned char * | output, |
const unsigned char * | x, | ||
const unsigned char * | y, | ||
void * | data | ||
) |
Definition at line 10 of file tests_impl.h.
Definition at line 126 of file tests_impl.h.
Definition at line 97 of file tests_impl.h.
Definition at line 27 of file tests_impl.h.
Definition at line 56 of file tests_impl.h.