Dash Core  0.12.2.1
P2P Digital Currency
benchmark_schnorr_verify_t Struct Reference

Public Attributes

secp256k1_contextctx
 
unsigned char msg [32]
 
benchmark_schnorr_sig_t sigs [64]
 
int numsigs
 

Detailed Description

Definition at line 22 of file bench_schnorr_verify.c.

Member Data Documentation

◆ ctx

secp256k1_context* benchmark_schnorr_verify_t::ctx

Definition at line 23 of file bench_schnorr_verify.c.

◆ msg

unsigned char benchmark_schnorr_verify_t::msg[32]

Definition at line 24 of file bench_schnorr_verify.c.

◆ numsigs

int benchmark_schnorr_verify_t::numsigs

Definition at line 26 of file bench_schnorr_verify.c.

◆ sigs

benchmark_schnorr_sig_t benchmark_schnorr_verify_t::sigs[64]

Definition at line 25 of file bench_schnorr_verify.c.


The documentation for this struct was generated from the following file: