|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <alu_trace.hpp>
Public Member Functions | |
| void | process (const simulation::EventEmitterInterface< simulation::AluEvent >::Container &events, TraceContainer &trace) |
| Process the ALU events and populate the ALU relevant columns in the trace. | |
Static Public Attributes | |
| static const InteractionDefinition | interactions |
Definition at line 15 of file alu_trace.hpp.
| void bb::avm2::tracegen::AluTraceBuilder::process | ( | const simulation::EventEmitterInterface< simulation::AluEvent >::Container & | events, |
| TraceContainer & | trace | ||
| ) |
Process the ALU events and populate the ALU relevant columns in the trace.
| events | The container of ALU events to process. |
| trace | The trace container. |
Definition at line 410 of file alu_trace.cpp.
|
static |
Definition at line 20 of file alu_trace.hpp.