Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

tests_impl.h File Reference

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)
 

Function Documentation

◆ recovery_test_nonce_function()

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 
)
static

Definition at line 10 of file tests_impl.h.

References secp256k1_rand_bits().

Referenced by test_ecdsa_recovery_api().

◆ run_recovery_tests()

void run_recovery_tests ( void  )

◆ test_ecdsa_recovery_api()

◆ test_ecdsa_recovery_edge_cases()

◆ test_ecdsa_recovery_end_to_end()

Released under the MIT license