Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
bench_sign_data Struct Reference
Collaboration diagram for bench_sign_data:
[legend]

Public Attributes

secp256k1_contextctx
 
unsigned char msg [32]
 
unsigned char key [32]
 

Detailed Description

Definition at line 16 of file bench_sign.c.

Member Data Documentation

◆ ctx

secp256k1_context* bench_sign_data::ctx

Definition at line 17 of file bench_sign.c.

◆ key

unsigned char bench_sign_data::key[32]

Definition at line 19 of file bench_sign.c.

◆ msg

unsigned char bench_sign_data::msg[32]

Definition at line 18 of file bench_sign.c.


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