Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
secp256k1_strauss_state Struct Reference
#include <ecmult_impl.h>
Collaboration diagram for secp256k1_strauss_state:
Public Attributes | |
secp256k1_gej * | prej |
secp256k1_fe * | zr |
secp256k1_ge * | pre_a |
struct secp256k1_strauss_point_state * | ps |
Detailed Description
Definition at line 440 of file ecmult_impl.h.
Member Data Documentation
◆ pre_a
secp256k1_ge* secp256k1_strauss_state::pre_a |
Definition at line 443 of file ecmult_impl.h.
Referenced by secp256k1_ecmult(), secp256k1_ecmult_strauss_batch(), and secp256k1_ecmult_strauss_wnaf().
◆ prej
secp256k1_gej* secp256k1_strauss_state::prej |
Definition at line 441 of file ecmult_impl.h.
Referenced by secp256k1_ecmult(), secp256k1_ecmult_strauss_batch(), and secp256k1_ecmult_strauss_wnaf().
◆ ps
struct secp256k1_strauss_point_state* secp256k1_strauss_state::ps |
Definition at line 447 of file ecmult_impl.h.
Referenced by secp256k1_ecmult(), secp256k1_ecmult_strauss_batch(), and secp256k1_ecmult_strauss_wnaf().
◆ zr
secp256k1_fe* secp256k1_strauss_state::zr |
Definition at line 442 of file ecmult_impl.h.
Referenced by secp256k1_ecmult(), secp256k1_ecmult_strauss_batch(), and secp256k1_ecmult_strauss_wnaf().
The documentation for this struct was generated from the following file:
- src/secp256k1/src/ecmult_impl.h