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 693 of file tests_impl.h.
|
static |
Definition at line 648 of file tests_impl.h.
Definition at line 15 of file tests_impl.h.
|
static |
Definition at line 637 of file tests_impl.h.
|
static |
Definition at line 660 of file tests_impl.h.
Definition at line 34 of file tests_impl.h.
Definition at line 792 of file tests_impl.h.
setup
main test body
Definition at line 100 of file tests_impl.h.
Definition at line 219 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 * | msg, | ||
const unsigned char * | expected_sig | ||
) |
Definition at line 193 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 210 of file tests_impl.h.
Definition at line 181 of file tests_impl.h.
Definition at line 671 of file tests_impl.h.
Definition at line 697 of file tests_impl.h.
Definition at line 756 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.