Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bench_impl.h>
Public Attributes | |
secp256k1_context * | ctx |
int | n |
const secp256k1_keypair ** | keypairs |
const unsigned char ** | pk |
const unsigned char ** | sigs |
const unsigned char ** | msgs |
Definition at line 14 of file bench_impl.h.
secp256k1_context* bench_schnorrsig_data::ctx |
Definition at line 15 of file bench_impl.h.
const secp256k1_keypair** bench_schnorrsig_data::keypairs |
Definition at line 18 of file bench_impl.h.
const unsigned char** bench_schnorrsig_data::msgs |
Definition at line 21 of file bench_impl.h.
int bench_schnorrsig_data::n |
Definition at line 16 of file bench_impl.h.
const unsigned char** bench_schnorrsig_data::pk |
Definition at line 19 of file bench_impl.h.
const unsigned char** bench_schnorrsig_data::sigs |
Definition at line 20 of file bench_impl.h.