Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

bench_recover_data Struct Reference
+ Collaboration diagram for bench_recover_data:

Public Attributes

secp256k1_contextctx
 
unsigned char msg [32]
 
unsigned char sig [64]
 

Detailed Description

Definition at line 12 of file bench_recover.c.

Member Data Documentation

◆ ctx

secp256k1_context* bench_recover_data::ctx

Definition at line 13 of file bench_recover.c.

Referenced by bench_recover(), and main().

◆ msg

unsigned char bench_recover_data::msg[32]

Definition at line 14 of file bench_recover.c.

Referenced by bench_recover(), and bench_recover_setup().

◆ sig

unsigned char bench_recover_data::sig[64]

Definition at line 15 of file bench_recover.c.

Referenced by bench_recover(), and bench_recover_setup().


The documentation for this struct was generated from the following file:
Released under the MIT license