|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <ecc_trace.hpp>
Public Member Functions | |
| void | process_add (const simulation::EventEmitterInterface< simulation::EccAddEvent >::Container &events, TraceContainer &trace) |
| void | process_scalar_mul (const simulation::EventEmitterInterface< simulation::ScalarMulEvent >::Container &events, TraceContainer &trace) |
| void | process_add_with_memory (const simulation::EventEmitterInterface< simulation::EccAddMemoryEvent >::Container &events, TraceContainer &trace) |
Static Public Attributes | |
| static const InteractionDefinition | interactions |
Definition at line 13 of file ecc_trace.hpp.
| void bb::avm2::tracegen::EccTraceBuilder::process_add | ( | const simulation::EventEmitterInterface< simulation::EccAddEvent >::Container & | events, |
| TraceContainer & | trace | ||
| ) |
Definition at line 50 of file ecc_trace.cpp.
| void bb::avm2::tracegen::EccTraceBuilder::process_add_with_memory | ( | const simulation::EventEmitterInterface< simulation::EccAddMemoryEvent >::Container & | events, |
| TraceContainer & | trace | ||
| ) |
Definition at line 183 of file ecc_trace.cpp.
| void bb::avm2::tracegen::EccTraceBuilder::process_scalar_mul | ( | const simulation::EventEmitterInterface< simulation::ScalarMulEvent >::Container & | events, |
| TraceContainer & | trace | ||
| ) |
Definition at line 127 of file ecc_trace.cpp.
|
static |
Definition at line 23 of file ecc_trace.hpp.