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

Public Attributes

secp256k1_ecmult_context ecmult_ctx
 
secp256k1_ecmult_gen_context ecmult_gen_ctx
 
secp256k1_callback illegal_callback
 
secp256k1_callback error_callback
 

Detailed Description

Definition at line 51 of file secp256k1.c.

Member Data Documentation

secp256k1_ecmult_context secp256k1_context_struct::ecmult_ctx

Definition at line 52 of file secp256k1.c.

secp256k1_ecmult_gen_context secp256k1_context_struct::ecmult_gen_ctx

Definition at line 53 of file secp256k1.c.

secp256k1_callback secp256k1_context_struct::error_callback

Definition at line 55 of file secp256k1.c.

secp256k1_callback secp256k1_context_struct::illegal_callback

Definition at line 54 of file secp256k1.c.


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