![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include "include/secp256k1_schnorr.h"Go to the source code of this file.
Macros | |
| #define | SIG_COUNT 32 |
Functions | |
| void | test_schnorr_end_to_end (void) |
| void | test_schnorr_sign_verify (void) |
| void | run_schnorr_compact_test (void) |
| void | run_schnorr_tests (void) |
| #define SIG_COUNT 32 |
Definition at line 38 of file tests_impl.h.
| void run_schnorr_compact_test | ( | void | ) |
Definition at line 81 of file tests_impl.h.
| void run_schnorr_tests | ( | void | ) |
Definition at line 512 of file tests_impl.h.
| void test_schnorr_end_to_end | ( | void | ) |
Definition at line 12 of file tests_impl.h.
| void test_schnorr_sign_verify | ( | void | ) |
Definition at line 40 of file tests_impl.h.