|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/lib/call_stack_metadata_collector.hpp"#include "barretenberg/vm2/simulation/interfaces/context.hpp"#include "barretenberg/vm2/simulation/interfaces/db.hpp"#include "barretenberg/vm2/simulation/interfaces/internal_call_stack_manager.hpp"#include "barretenberg/vm2/simulation/interfaces/memory.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |
Functions | |
| CalldataProvider | bb::avm2::simulation::make_calldata_provider (const ContextInterface &context) |
| ReturnDataProvider | bb::avm2::simulation::make_return_data_provider (const ContextInterface &context, uint32_t rd_offset, uint32_t rd_size) |
| InternalCallStackProvider | bb::avm2::simulation::make_internal_call_stack_provider (const InternalCallStackManagerInterface &internal_call_stack_manager) |