Bitcoin ABC 0.30.3
P2P Digital Currency
|
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 18 of file bench_schnorrsig.c.
secp256k1_context* bench_schnorrsig_data::ctx |
Definition at line 19 of file bench_schnorrsig.c.
const secp256k1_keypair** bench_schnorrsig_data::keypairs |
Definition at line 22 of file bench_schnorrsig.c.
const unsigned char** bench_schnorrsig_data::msgs |
Definition at line 25 of file bench_schnorrsig.c.
int bench_schnorrsig_data::n |
Definition at line 20 of file bench_schnorrsig.c.
const unsigned char** bench_schnorrsig_data::pk |
Definition at line 23 of file bench_schnorrsig.c.
const unsigned char** bench_schnorrsig_data::sigs |
Definition at line 24 of file bench_schnorrsig.c.