Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::ScalarMulEvent Struct Reference

#include <ecc_events.hpp>

Public Member Functions

bool operator== (const ScalarMulEvent &other) const =default
 

Public Attributes

EmbeddedCurvePoint point
 
FF scalar
 
std::vector< ScalarMulIntermediateStateintermediate_states
 
EmbeddedCurvePoint result
 

Detailed Description

Definition at line 40 of file ecc_events.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm2::simulation::ScalarMulEvent::operator== ( const ScalarMulEvent other) const
default

Member Data Documentation

◆ intermediate_states

std::vector<ScalarMulIntermediateState> bb::avm2::simulation::ScalarMulEvent::intermediate_states

Definition at line 43 of file ecc_events.hpp.

◆ point

EmbeddedCurvePoint bb::avm2::simulation::ScalarMulEvent::point

Definition at line 41 of file ecc_events.hpp.

◆ result

EmbeddedCurvePoint bb::avm2::simulation::ScalarMulEvent::result

Definition at line 44 of file ecc_events.hpp.

◆ scalar

FF bb::avm2::simulation::ScalarMulEvent::scalar

Definition at line 42 of file ecc_events.hpp.


The documentation for this struct was generated from the following file: