Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <ecc_events.hpp>
Public Member Functions | |
bool | operator== (const ScalarMulEvent &other) const =default |
Public Attributes | |
EmbeddedCurvePoint | point |
FF | scalar |
std::vector< ScalarMulIntermediateState > | intermediate_states |
EmbeddedCurvePoint | result |
Definition at line 40 of file ecc_events.hpp.
|
default |
std::vector<ScalarMulIntermediateState> bb::avm2::simulation::ScalarMulEvent::intermediate_states |
Definition at line 43 of file ecc_events.hpp.
EmbeddedCurvePoint bb::avm2::simulation::ScalarMulEvent::point |
Definition at line 41 of file ecc_events.hpp.
EmbeddedCurvePoint bb::avm2::simulation::ScalarMulEvent::result |
Definition at line 44 of file ecc_events.hpp.
FF bb::avm2::simulation::ScalarMulEvent::scalar |
Definition at line 42 of file ecc_events.hpp.