|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/avm/avm_execute.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/vm2_wsdb/wsdb_ipc_merkle_db.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm |
Functions | |
| template<> | |
| void | bb::avm::handle_simulate (AvmRequest &request, wire::AvmSimulate &&command, Responder< wire::AvmSimulateResponse > respond) |
| template<> | |
| void | bb::avm::handle_simulate_with_hints (AvmRequest &request, wire::AvmSimulateWithHints &&command, Responder< wire::AvmSimulateWithHintsResponse > respond) |
Variables | |
| const avm2::simulation::CancellationTokenPtr | bb::avm::g_sim_cancellation_token |
| std::atomic< avm2::simulation::CancellationToken * > | bb::avm::g_active_cancellation_token { nullptr } |