|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <vector>#include "barretenberg/vm2/common/avm_io.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/memory_types.hpp"Go to the source code of this file.
Classes | |
| class | bb::avm2::simulation::CallStackMetadataCollectorInterface |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |
Typedefs | |
| using | bb::avm2::simulation::CalldataProvider = std::function< std::vector< FF >(uint32_t max_size)> |
| using | bb::avm2::simulation::ReturnDataProvider = std::function< std::vector< FF >(uint32_t max_size)> |
| using | bb::avm2::simulation::InternalCallStackProvider = std::function< std::vector< PC >()> |