Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include "secp256k1_schnorrsig.h"
Go to the source code of this file.
Macros | |
#define | N_SIGS 3 |
#define N_SIGS 3 |
Definition at line 760 of file tests_impl.h.
|
static |
Definition at line 690 of file tests_impl.h.
void nonce_function_bip340_bitflip | ( | unsigned char ** | args, |
size_t | n_flip, | ||
size_t | n_bytes, | ||
size_t | msglen, | ||
size_t | algolen | ||
) |
Definition at line 15 of file tests_impl.h.
|
static |
Definition at line 677 of file tests_impl.h.
|
static |
Definition at line 704 of file tests_impl.h.
Definition at line 34 of file tests_impl.h.
Definition at line 877 of file tests_impl.h.
setup
main test body
Definition at line 114 of file tests_impl.h.
Definition at line 259 of file tests_impl.h.
void test_schnorrsig_bip_vectors_check_signing | ( | const unsigned char * | sk, |
const unsigned char * | pk_serialized, | ||
unsigned char * | aux_rand, | ||
const unsigned char * | msg32, | ||
const unsigned char * | expected_sig | ||
) |
Definition at line 233 of file tests_impl.h.
void test_schnorrsig_bip_vectors_check_verify | ( | const unsigned char * | pk_serialized, |
const unsigned char * | msg32, | ||
const unsigned char * | sig, | ||
int | expected | ||
) |
Definition at line 250 of file tests_impl.h.
Definition at line 221 of file tests_impl.h.
Definition at line 717 of file tests_impl.h.
Definition at line 764 of file tests_impl.h.
Definition at line 841 of file tests_impl.h.
void test_sha256_eq | ( | const secp256k1_sha256 * | sha1, |
const secp256k1_sha256 * | sha2 | ||
) |
Definition at line 26 of file tests_impl.h.