Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static int | recovery_test_nonce_function (unsigned char *nonce32, const unsigned char *msg32, const unsigned char *key32, const unsigned char *algo16, void *data, unsigned int counter) |
void | test_ecdsa_recovery_api (void) |
void | test_ecdsa_recovery_end_to_end (void) |
void | test_ecdsa_recovery_edge_cases (void) |
void | run_recovery_tests (void) |
|
static |
Definition at line 10 of file tests_impl.h.
void run_recovery_tests | ( | void | ) |
Definition at line 381 of file tests_impl.h.
void test_ecdsa_recovery_api | ( | void | ) |
Definition at line 31 of file tests_impl.h.
void test_ecdsa_recovery_edge_cases | ( | void | ) |
Definition at line 208 of file tests_impl.h.
void test_ecdsa_recovery_end_to_end | ( | void | ) |
Definition at line 150 of file tests_impl.h.