![]() |
Bitcoin ABC 0.32.10
P2P Digital Currency
|
#include "../../../include/secp256k1_extrakeys.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) |
| 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 299 of file tests_impl.h.
| void run_extrakeys_tests | ( | void | ) |
Definition at line 553 of file tests_impl.h.
|
static |
Definition at line 12 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 329 of file tests_impl.h.
| void test_keypair_add | ( | void | ) |
Definition at line 447 of file tests_impl.h.
| void test_xonly_pubkey | ( | void | ) |
Definition at line 17 of file tests_impl.h.
| void test_xonly_pubkey_comparison | ( | void | ) |
Definition at line 131 of file tests_impl.h.
| void test_xonly_pubkey_tweak | ( | void | ) |
Definition at line 167 of file tests_impl.h.
| void test_xonly_pubkey_tweak_check | ( | void | ) |
Definition at line 234 of file tests_impl.h.
| void test_xonly_pubkey_tweak_recursive | ( | void | ) |
Definition at line 300 of file tests_impl.h.