Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
secp256k1_ecmult_gen_context Struct Reference
#include <ecmult_gen.h>
Collaboration diagram for secp256k1_ecmult_gen_context:
Public Attributes | |
secp256k1_ge_storage(* | prec )[64][16] |
secp256k1_scalar | blind |
secp256k1_gej | initial |
Detailed Description
Definition at line 13 of file ecmult_gen.h.
Member Data Documentation
◆ blind
secp256k1_scalar secp256k1_ecmult_gen_context::blind |
Definition at line 27 of file ecmult_gen.h.
Referenced by secp256k1_ecmult_gen_context_clone(), test_ecmult_gen_blind(), and test_ecmult_gen_blind_reset().
◆ initial
secp256k1_gej secp256k1_ecmult_gen_context::initial |
Definition at line 28 of file ecmult_gen.h.
Referenced by secp256k1_ecmult_gen_context_clone(), test_ecmult_gen_blind(), and test_ecmult_gen_blind_reset().
◆ prec
secp256k1_ge_storage(* secp256k1_ecmult_gen_context::prec)[64][16] |
Definition at line 26 of file ecmult_gen.h.
Referenced by secp256k1_ecmult_gen_context_clone().
The documentation for this struct was generated from the following file:
- src/secp256k1/src/ecmult_gen.h