Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
note_hash_tree_check_trace.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/simulation/events/event_emitter.hpp
"
4
#include "
barretenberg/vm2/simulation/events/note_hash_tree_check_event.hpp
"
5
#include "
barretenberg/vm2/tracegen/lib/interaction_def.hpp
"
6
#include "
barretenberg/vm2/tracegen/trace_container.hpp
"
7
8
namespace
bb::avm2::tracegen
{
9
10
class
NoteHashTreeCheckTraceBuilder
final {
11
public
:
12
void
process
(
const
simulation::EventEmitterInterface<simulation::NoteHashTreeCheckEvent>::Container
& events,
13
TraceContainer
&
trace
);
14
15
static
const
InteractionDefinition
interactions
;
16
};
17
18
}
// namespace bb::avm2::tracegen
bb::avm2::simulation::EventEmitterInterface::Container
std::vector< Event > Container
Definition
event_emitter.hpp:13
bb::avm2::tracegen::InteractionDefinition
Definition
interaction_def.hpp:30
bb::avm2::tracegen::NoteHashTreeCheckTraceBuilder
Definition
note_hash_tree_check_trace.hpp:10
bb::avm2::tracegen::NoteHashTreeCheckTraceBuilder::process
void process(const simulation::EventEmitterInterface< simulation::NoteHashTreeCheckEvent >::Container &events, TraceContainer &trace)
Process the note hash tree check events and populate the relevant columns in the trace.
Definition
note_hash_tree_check_trace.cpp:28
bb::avm2::tracegen::NoteHashTreeCheckTraceBuilder::interactions
static const InteractionDefinition interactions
Definition
note_hash_tree_check_trace.hpp:15
bb::avm2::tracegen::TraceContainer
Definition
trace_container.hpp:24
trace
TestTraceContainer trace
Definition
data_copy.test.cpp:63
event_emitter.hpp
interaction_def.hpp
bb::avm2::tracegen
Definition
full_row.hpp:9
note_hash_tree_check_event.hpp
trace_container.hpp
src
barretenberg
vm2
tracegen
note_hash_tree_check_trace.hpp
Generated by
1.9.8