Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
tests_impl.h File Reference
Include dependency graph for tests_impl.h:

Go to the source code of this file.

Macros

#define N_PUBKEYS   32
 

Functions

static void test_xonly_pubkey (void)
 
static void test_xonly_pubkey_comparison (void)
 
static void test_xonly_pubkey_tweak (void)
 
static void test_xonly_pubkey_tweak_check (void)
 
static void test_xonly_pubkey_tweak_recursive (void)
 
static void test_keypair (void)
 
static void test_keypair_add (void)
 
static void run_extrakeys_tests (void)
 

Macro Definition Documentation

◆ N_PUBKEYS

#define N_PUBKEYS   32

Definition at line 251 of file tests_impl.h.

Function Documentation

◆ run_extrakeys_tests()

static void run_extrakeys_tests ( void )
static

Definition at line 470 of file tests_impl.h.

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

◆ test_keypair()

static void test_keypair ( void )
static

Test keypair_xonly_pub

keypair holds the same xonly pubkey as pubkey_create

Definition at line 281 of file tests_impl.h.

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

◆ test_keypair_add()

static void test_keypair_add ( void )
static

Definition at line 375 of file tests_impl.h.

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

◆ test_xonly_pubkey()

static void test_xonly_pubkey ( void )
static

Definition at line 12 of file tests_impl.h.

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

◆ test_xonly_pubkey_comparison()

static void test_xonly_pubkey_comparison ( void )
static

Definition at line 110 of file tests_impl.h.

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

◆ test_xonly_pubkey_tweak()

static void test_xonly_pubkey_tweak ( void )
static

Definition at line 143 of file tests_impl.h.

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

◆ test_xonly_pubkey_tweak_check()

static void test_xonly_pubkey_tweak_check ( void )
static

Definition at line 198 of file tests_impl.h.

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

◆ test_xonly_pubkey_tweak_recursive()

static void test_xonly_pubkey_tweak_recursive ( void )
static

Definition at line 252 of file tests_impl.h.

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