Bitcoin Core  24.99.0
P2P Digital Currency
Macros | Functions
tests_impl.h File Reference
#include "../../../include/secp256k1_extrakeys.h"
Include dependency graph for tests_impl.h:

Go to the source code of this file.

Macros

#define N_PUBKEYS   32
 

Functions

static void set_counting_callbacks (secp256k1_context *ctx0, int *ecount)
 
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 299 of file tests_impl.h.

Function Documentation

◆ run_extrakeys_tests()

static void run_extrakeys_tests ( void  )
static

Definition at line 553 of file tests_impl.h.

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

◆ set_counting_callbacks()

static void set_counting_callbacks ( secp256k1_context ctx0,
int *  ecount 
)
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_keypair()

static void test_keypair ( void  )
static

Test keypair_xonly_pub

keypair holds the same xonly pubkey as pubkey_create

Definition at line 329 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 447 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 17 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 131 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 167 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 234 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 300 of file tests_impl.h.

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