Bitcoin ABC  0.26.3
P2P Digital Currency
Functions
tests_impl.h File Reference

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)
 

Function Documentation

◆ ecdh_hash_function_custom()

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.

Here is the caller graph for this function:

◆ ecdh_hash_function_test_fail()

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.

Here is the caller graph for this function:

◆ run_ecdh_tests()

void run_ecdh_tests ( void  )

Definition at line 126 of file tests_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_bad_scalar()

void test_bad_scalar ( void  )

Definition at line 97 of file tests_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_ecdh_api()

void test_ecdh_api ( void  )

Definition at line 27 of file tests_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_ecdh_generator_basepoint()

void test_ecdh_generator_basepoint ( void  )

Definition at line 56 of file tests_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function: