|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/common/avm_inputs.hpp"#include "barretenberg/vm2/simulation/events/calldata_event.hpp"#include "barretenberg/vm2/simulation/events/event_emitter.hpp"#include "barretenberg/vm2/simulation/events/tx_events.hpp"#include "barretenberg/vm2/simulation/gadgets/calldata_hashing.hpp"#include "barretenberg/vm2/simulation/gadgets/context_provider.hpp"#include "barretenberg/vm2/simulation/gadgets/execution.hpp"#include "barretenberg/vm2/simulation/gadgets/nullifier_tree_check.hpp"#include "barretenberg/vm2/simulation/gadgets/tx_context.hpp"#include "barretenberg/vm2/simulation/gadgets/written_public_data_slots_tree_check.hpp"#include "barretenberg/vm2/simulation/interfaces/db.hpp"Go to the source code of this file.
Classes | |
| class | bb::avm2::simulation::TxExecution |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |