|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>#include <ostream>#include <vector>#include "barretenberg/common/utils.hpp"#include "barretenberg/crypto/merkle_tree/indexed_tree/indexed_leaf.hpp"#include "barretenberg/crypto/merkle_tree/response.hpp"#include "barretenberg/serialize/msgpack.hpp"#include "barretenberg/world_state/world_state.hpp"#include "barretenberg/vm2/common/aztec_constants.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/field.hpp"#include "barretenberg/world_state/types.hpp"#include "msgpack/adaptor/define_decl.hpp"Go to the source code of this file.
Classes | |
| struct | bb::avm2::PublicInputs |
| struct | bb::avm2::PublicKeysHint |
| struct | bb::avm2::ContractInstanceHint |
| struct | bb::avm2::ContractClassHint |
| struct | bb::avm2::BytecodeCommitmentHint |
| struct | bb::avm2::GetSiblingPathHint |
| struct | bb::avm2::GetPreviousValueIndexHint |
| struct | bb::avm2::GetLeafPreimageHint< LeafPreimage_ > |
| struct | bb::avm2::GetLeafValueHint |
| struct | bb::avm2::SequentialInsertHint< Leaf > |
| struct | bb::avm2::AppendLeavesHint |
| struct | bb::avm2::CheckpointActionNoStateChangeHint |
| struct | bb::avm2::RevertCheckpointHint |
| struct | bb::avm2::PublicCallRequestWithCalldata |
| struct | bb::avm2::AccumulatedData |
| struct | bb::avm2::Tx |
| struct | bb::avm2::ExecutionHints |
| struct | bb::avm2::AvmProvingInputs |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
Typedefs | |
| using | bb::avm2::CreateCheckpointHint = CheckpointActionNoStateChangeHint |
| using | bb::avm2::CommitCheckpointHint = CheckpointActionNoStateChangeHint |