Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
alu_trace.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/generated/columns.hpp
"
4
#include "
barretenberg/vm2/simulation/events/alu_event.hpp
"
5
#include "
barretenberg/vm2/simulation/events/event_emitter.hpp
"
6
#include "
barretenberg/vm2/tracegen/lib/interaction_def.hpp
"
7
#include "
barretenberg/vm2/tracegen/trace_container.hpp
"
8
9
namespace
bb::avm2::tracegen
{
10
11
class
AluTraceBuilder
final {
12
public
:
13
void
process
(
const
simulation::EventEmitterInterface<simulation::AluEvent>::Container
& events,
14
TraceContainer
&
trace
);
15
16
static
const
InteractionDefinition
interactions
;
17
};
18
19
}
// namespace bb::avm2::tracegen
alu_event.hpp
bb::avm2::simulation::EventEmitterInterface::Container
std::vector< Event > Container
Definition
event_emitter.hpp:12
bb::avm2::tracegen::AluTraceBuilder
Definition
alu_trace.hpp:11
bb::avm2::tracegen::AluTraceBuilder::interactions
static const InteractionDefinition interactions
Definition
alu_trace.hpp:16
bb::avm2::tracegen::AluTraceBuilder::process
void process(const simulation::EventEmitterInterface< simulation::AluEvent >::Container &events, TraceContainer &trace)
Definition
alu_trace.cpp:312
bb::avm2::tracegen::InteractionDefinition
Definition
interaction_def.hpp:29
bb::avm2::tracegen::TraceContainer
Definition
trace_container.hpp:22
columns.hpp
trace
TestTraceContainer trace
Definition
data_copy.test.cpp:59
event_emitter.hpp
interaction_def.hpp
bb::avm2::tracegen
Definition
full_row.hpp:10
trace_container.hpp
src
barretenberg
vm2
tracegen
alu_trace.hpp
Generated by
1.9.8