|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <stack>#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/field.hpp"#include "barretenberg/vm2/simulation/events/written_public_data_slot_tree_check_event.hpp"#include "barretenberg/vm2/simulation/gadgets/field_gt.hpp"#include "barretenberg/vm2/simulation/gadgets/merkle_check.hpp"#include "barretenberg/vm2/simulation/gadgets/poseidon2.hpp"#include "barretenberg/vm2/simulation/interfaces/db.hpp"#include "barretenberg/vm2/simulation/interfaces/written_public_data_slots_tree_check.hpp"#include "barretenberg/vm2/simulation/lib/written_slots_tree.hpp"Go to the source code of this file.
Classes | |
| class | bb::avm2::simulation::WrittenPublicDataSlotsTreeCheck |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |