Bitcoin Core  25.99.0
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 88 of file bench.c.

Member Data Documentation

◆ ctx

secp256k1_context* bench_sign_data::ctx

Definition at line 89 of file bench.c.

◆ key

unsigned char bench_sign_data::key[32]

Definition at line 91 of file bench.c.

◆ msg

unsigned char bench_sign_data::msg[32]

Definition at line 90 of file bench.c.


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