|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/avm/avm_execute.hpp"#include "barretenberg/avm/wsdb_ipc_merkle_db.hpp"#include "barretenberg/common/log.hpp"#include "barretenberg/serialize/msgpack.hpp"#include "barretenberg/serialize/msgpack_impl.hpp"#include "barretenberg/vm2/avm_sim_api.hpp"#include "barretenberg/vm2/common/avm_io.hpp"#include "barretenberg/vm2/simulation/lib/cancellation_token.hpp"#include "barretenberg/vm2/simulation_helper.hpp"#include "barretenberg/wsdb/wsdb_commands.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm |
Functions | |
| AvmCommandResponse | bb::avm::avm_dispatch (AvmRequest &request, AvmCommand &&command) |
| Top-level AVM API entry point. Takes an AvmRequest and dispatches the command. | |
Variables | |
| std::atomic< avm2::simulation::CancellationToken * > | bb::avm::g_active_cancellation_token { nullptr } |