Bitcoin ABC 0.30.5
P2P Digital Currency
|
Public Attributes | |
secp256k1_ecmult_context | ecmult_ctx |
secp256k1_ecmult_gen_context | ecmult_gen_ctx |
secp256k1_callback | illegal_callback |
secp256k1_callback | error_callback |
int | declassify |
Definition at line 69 of file secp256k1.c.
int secp256k1_context_struct::declassify |
Definition at line 74 of file secp256k1.c.
secp256k1_ecmult_context secp256k1_context_struct::ecmult_ctx |
Definition at line 70 of file secp256k1.c.
secp256k1_ecmult_gen_context secp256k1_context_struct::ecmult_gen_ctx |
Definition at line 71 of file secp256k1.c.
secp256k1_callback secp256k1_context_struct::error_callback |
Definition at line 73 of file secp256k1.c.
secp256k1_callback secp256k1_context_struct::illegal_callback |
Definition at line 72 of file secp256k1.c.