|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>#include <memory>#include <optional>#include <vector>#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/field.hpp"#include "barretenberg/vm2/common/memory_types.hpp"#include "barretenberg/vm2/common/opcodes.hpp"#include "barretenberg/vm2/simulation/lib/serialization.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 |
| AVM range check gadget for witness generation. | |
Enumerations | |
| enum class | bb::avm2::simulation::BytecodeRetrievalEventError : uint8_t { bb::avm2::simulation::INSTANCE_NOT_FOUND , bb::avm2::simulation::TOO_MANY_BYTECODES } |