Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>
#include <cassert>
#include <cstdint>
#include <span>
#include "barretenberg/vm2/common/memory_types.hpp"
#include "barretenberg/vm2/simulation/events/addressing_event.hpp"
#include "barretenberg/vm2/simulation/events/event_emitter.hpp"
#include "barretenberg/vm2/simulation/lib/instruction_info.hpp"
#include "barretenberg/vm2/simulation/lib/serialization.hpp"
#include "barretenberg/vm2/simulation/memory.hpp"
#include "barretenberg/vm2/simulation/range_check.hpp"
Go to the source code of this file.
Classes | |
class | bb::avm2::simulation::AddressingInterface |
class | bb::avm2::simulation::Addressing |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::avm2 |
namespace | bb::avm2::simulation |