Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
retrieved_bytecodes_tree_check.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <stack>
4#include <utility>
5
15
16namespace bb::avm2::simulation {
17
51
52} // namespace bb::avm2::simulation
void validate_low_leaf_jumps_over_class_id(const RetrievedBytecodesTreeLeafPreimage &low_leaf_preimage, const FF &class_id)
EventEmitterInterface< RetrievedBytecodesTreeCheckEvent > & events
RetrievedBytecodesTreeCheck(Poseidon2Interface &poseidon2, MerkleCheckInterface &merkle_check, FieldGreaterThanInterface &field_gt, RetrievedBytecodesTree initial_state, EventEmitterInterface< RetrievedBytecodesTreeCheckEvent > &read_event_emitter)
AvmFlavorSettings::FF FF
Definition field.hpp:10
STL namespace.