Go to the source code of this file.
|
| static void | nonce_function_bip340_bitflip (unsigned char **args, size_t n_flip, size_t n_bytes, size_t msglen, size_t algolen) |
| |
| static void | run_nonce_function_bip340_tests (void) |
| |
| static void | test_schnorrsig_api (void) |
| |
| static void | test_schnorrsig_sha256_tagged (void) |
| |
| static void | test_schnorrsig_bip_vectors_check_signing (const unsigned char *sk, const unsigned char *pk_serialized, const unsigned char *aux_rand, const unsigned char *msg, size_t msglen, const unsigned char *expected_sig) |
| |
| static void | test_schnorrsig_bip_vectors_check_verify (const unsigned char *pk_serialized, const unsigned char *msg, size_t msglen, const unsigned char *sig, int expected) |
| |
| static void | test_schnorrsig_bip_vectors (void) |
| |
| static int | nonce_function_failing (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 int | nonce_function_0 (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 int | nonce_function_overflowing (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_schnorrsig_sign_internal (void) |
| |
| static void | test_schnorrsig_sign_verify_internal (void) |
| |
| static void | test_schnorrsig_taproot (void) |
| |
◆ N_SIGS
◆ nonce_function_0()
◆ nonce_function_bip340_bitflip()
◆ nonce_function_failing()
◆ nonce_function_overflowing()
◆ run_nonce_function_bip340_tests()
◆ test_schnorrsig_api()
◆ test_schnorrsig_bip_vectors()
◆ test_schnorrsig_bip_vectors_check_signing()
◆ test_schnorrsig_bip_vectors_check_verify()
◆ test_schnorrsig_sha256_tagged()
◆ test_schnorrsig_sign_internal()
◆ test_schnorrsig_sign_verify_internal()
◆ test_schnorrsig_taproot()
◆ tests_schnorrsig
Initial value:= {
}
static void test_schnorrsig_api(void)
static void test_schnorrsig_taproot(void)
static void test_schnorrsig_bip_vectors(void)
static void test_schnorrsig_sha256_tagged(void)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.
Definition at line 973 of file tests_impl.h.