Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
bench_sign_t Struct Reference
Collaboration diagram for bench_sign_t:
[legend]

Public Attributes

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

Detailed Description

Definition at line 11 of file bench_sign.c.

Member Data Documentation

secp256k1_context* bench_sign_t::ctx

Definition at line 12 of file bench_sign.c.

unsigned char bench_sign_t::key[32]

Definition at line 14 of file bench_sign.c.

unsigned char bench_sign_t::msg[32]

Definition at line 13 of file bench_sign.c.


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