Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <algorithm>
#include <cstdint>
#include <memory>
#include <span>
#include <vector>
#include "barretenberg/vm2/common/aztec_types.hpp"
#include "barretenberg/vm2/common/field.hpp"
#include "barretenberg/vm2/common/memory_types.hpp"
#include "barretenberg/vm2/simulation/bytecode_manager.hpp"
#include "barretenberg/vm2/simulation/events/calldata_event.hpp"
#include "barretenberg/vm2/simulation/events/context_events.hpp"
#include "barretenberg/vm2/simulation/events/event_emitter.hpp"
#include "barretenberg/vm2/simulation/events/memory_event.hpp"
#include "barretenberg/vm2/simulation/internal_call_stack_manager.hpp"
#include "barretenberg/vm2/simulation/memory.hpp"
#include "barretenberg/vm2/simulation/written_public_data_slots_tree_check.hpp"
Go to the source code of this file.
Classes | |
class | bb::avm2::simulation::ContextInterface |
class | bb::avm2::simulation::BaseContext |
class | bb::avm2::simulation::EnqueuedCallContext |
class | bb::avm2::simulation::NestedContext |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::avm2 |
namespace | bb::avm2::simulation |