![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
| #define | NUM_INVALID_KEYS (sizeof(invalid_pubkey_bytes) / sizeof(invalid_pubkey_bytes[0])) |
Functions | |
| static int | secp256k1_hardened_nonce_function_smallint (unsigned char *nonce32, const unsigned char *msg, size_t msglen, const unsigned char *key32, const unsigned char *xonly_pk32, const unsigned char *algo, size_t algolen, void *data) |
| static void | test_exhaustive_schnorrsig_verify (const secp256k1_context *ctx, const secp256k1_xonly_pubkey *pubkeys, unsigned char(*xonly_pubkey_bytes)[32], const int *parities) |
| static void | test_exhaustive_schnorrsig_sign (const secp256k1_context *ctx, unsigned char(*xonly_pubkey_bytes)[32], const secp256k1_keypair *keypairs, const int *parities) |
| static void | test_exhaustive_schnorrsig (const secp256k1_context *ctx) |
Variables | |
| static const unsigned char | invalid_pubkey_bytes [][32] |
| #define NUM_INVALID_KEYS (sizeof(invalid_pubkey_bytes) / sizeof(invalid_pubkey_bytes[0])) |
Definition at line 59 of file tests_exhaustive_impl.h.
|
static |
Definition at line 61 of file tests_exhaustive_impl.h.
|
static |
Definition at line 186 of file tests_exhaustive_impl.h.
|
static |
Definition at line 141 of file tests_exhaustive_impl.h.
|
static |
Definition at line 79 of file tests_exhaustive_impl.h.
|
static |
Definition at line 13 of file tests_exhaustive_impl.h.