Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include "secp256k1_extrakeys.h"
Go to the source code of this file.
Macros | |
#define | N_PUBKEYS 32 |
Functions | |
static secp256k1_context * | api_test_context (int flags, int *ecount) |
void | test_xonly_pubkey (void) |
void | test_xonly_pubkey_comparison (void) |
void | test_xonly_pubkey_tweak (void) |
void | test_xonly_pubkey_tweak_check (void) |
void | test_xonly_pubkey_tweak_recursive (void) |
void | test_keypair (void) |
void | test_keypair_add (void) |
void | run_extrakeys_tests (void) |
#define N_PUBKEYS 32 |
Definition at line 319 of file tests_impl.h.
|
static |
Definition at line 12 of file tests_impl.h.
void run_extrakeys_tests | ( | void | ) |
Definition at line 574 of file tests_impl.h.
void test_keypair | ( | void | ) |
Test keypair_xonly_pub
keypair holds the same xonly pubkey as pubkey_create
Definition at line 349 of file tests_impl.h.
void test_keypair_add | ( | void | ) |
Definition at line 464 of file tests_impl.h.
void test_xonly_pubkey | ( | void | ) |
Definition at line 19 of file tests_impl.h.
void test_xonly_pubkey_comparison | ( | void | ) |
Definition at line 140 of file tests_impl.h.
void test_xonly_pubkey_tweak | ( | void | ) |
Definition at line 177 of file tests_impl.h.
void test_xonly_pubkey_tweak_check | ( | void | ) |
Definition at line 249 of file tests_impl.h.
void test_xonly_pubkey_tweak_recursive | ( | void | ) |
Definition at line 320 of file tests_impl.h.