|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <emit_public_log_trace.hpp>
Public Member Functions | |
| void | process (const simulation::EventEmitterInterface< simulation::EmitPublicLogEvent >::Container &events, TraceContainer &trace) |
| Process emit-public-log events into trace rows. | |
Static Public Attributes | |
| static const InteractionDefinition | interactions |
Definition at line 11 of file emit_public_log_trace.hpp.
| void bb::avm2::tracegen::EmitPublicLogTraceBuilder::process | ( | const simulation::EventEmitterInterface< simulation::EmitPublicLogEvent >::Container & | events, |
| TraceContainer & | trace | ||
| ) |
Process emit-public-log events into trace rows.
| events | The container of emit-public-log simulation events. |
| trace | The trace container to populate with constrained columns. |
Definition at line 25 of file emit_public_log_trace.cpp.
|
static |
Definition at line 16 of file emit_public_log_trace.hpp.