|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <stack>#include <vector>#include "barretenberg/vm2/common/avm_io.hpp"#include "barretenberg/vm2/simulation/interfaces/call_stack_metadata_collector.hpp"Go to the source code of this file.
Classes | |
| class | bb::avm2::simulation::CallStackMetadataCollector |
| class | bb::avm2::simulation::NoopCallStackMetadataCollector |
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) |