Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <ecmult_impl.h>
Public Attributes | |
secp256k1_gej * | prej |
secp256k1_fe * | zr |
secp256k1_ge * | pre_a |
secp256k1_ge * | pre_a_lam |
struct secp256k1_strauss_point_state * | ps |
Definition at line 438 of file ecmult_impl.h.
secp256k1_ge* secp256k1_strauss_state::pre_a |
Definition at line 441 of file ecmult_impl.h.
secp256k1_ge* secp256k1_strauss_state::pre_a_lam |
Definition at line 442 of file ecmult_impl.h.
secp256k1_gej* secp256k1_strauss_state::prej |
Definition at line 439 of file ecmult_impl.h.
struct secp256k1_strauss_point_state* secp256k1_strauss_state::ps |
Definition at line 443 of file ecmult_impl.h.
secp256k1_fe* secp256k1_strauss_state::zr |
Definition at line 440 of file ecmult_impl.h.