|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Trace builder for the bitwise subtrace (AND/OR/XOR operations). More...
#include <bitwise_trace.hpp>
Public Member Functions | |
| void | process (const simulation::EventEmitterInterface< simulation::BitwiseEvent >::Container &events, TraceContainer &trace) |
| Populate the bitwise trace columns from simulation events. | |
Static Public Attributes | |
| static const InteractionDefinition | interactions |
| Interaction definitions for outbound lookups (BYTE_OPERATIONS, INTEGRAL_TAG_LENGTH). | |
Trace builder for the bitwise subtrace (AND/OR/XOR operations).
Definition at line 14 of file bitwise_trace.hpp.
| void bb::avm2::tracegen::BitwiseTraceBuilder::process | ( | const simulation::EventEmitterInterface< simulation::BitwiseEvent >::Container & | events, |
| TraceContainer & | trace | ||
| ) |
Populate the bitwise trace columns from simulation events.
| events | Container of BitwiseEvent from simulation (success and error events). |
| trace | The trace container to populate with bitwise columns. |
Definition at line 10 of file bitwise_trace.cpp.
|
static |
Interaction definitions for outbound lookups (BYTE_OPERATIONS, INTEGRAL_TAG_LENGTH).
Definition at line 26 of file bitwise_trace.hpp.