Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <cmath>
#include <cstdint>
#include "barretenberg/crypto/poseidon2/poseidon2.hpp"
#include "barretenberg/vm2/common/avm_inputs.hpp"
#include "barretenberg/vm2/common/aztec_types.hpp"
#include "barretenberg/vm2/constraining/flavor_settings.hpp"
#include "barretenberg/vm2/constraining/testing/check_relation.hpp"
#include "barretenberg/vm2/generated/relations/merkle_check.hpp"
#include "barretenberg/vm2/generated/relations/written_public_data_slots_tree_check.hpp"
#include "barretenberg/vm2/simulation/events/event_emitter.hpp"
#include "barretenberg/vm2/simulation/events/written_public_data_slot_tree_check_event.hpp"
#include "barretenberg/vm2/simulation/field_gt.hpp"
#include "barretenberg/vm2/simulation/lib/merkle.hpp"
#include "barretenberg/vm2/simulation/poseidon2.hpp"
#include "barretenberg/vm2/simulation/testing/mock_execution_id_manager.hpp"
#include "barretenberg/vm2/simulation/testing/mock_gt.hpp"
#include "barretenberg/vm2/simulation/testing/mock_range_check.hpp"
#include "barretenberg/vm2/simulation/written_public_data_slots_tree_check.hpp"
#include "barretenberg/vm2/testing/fixtures.hpp"
#include "barretenberg/vm2/testing/macros.hpp"
#include "barretenberg/vm2/testing/test_tree.hpp"
#include "barretenberg/vm2/tracegen/field_gt_trace.hpp"
#include "barretenberg/vm2/tracegen/merkle_check_trace.hpp"
#include "barretenberg/vm2/tracegen/poseidon2_trace.hpp"
#include "barretenberg/vm2/tracegen/test_trace_container.hpp"
#include "barretenberg/vm2/tracegen/written_public_data_slots_tree_check_trace.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::constraining |
AztecAddress contract_address |
Definition at line 96 of file written_public_data_slots_tree_check.test.cpp.
bool exists |
Definition at line 97 of file written_public_data_slots_tree_check.test.cpp.
|
protected |
Definition at line 77 of file written_public_data_slots_tree_check.test.cpp.
|
protected |
Definition at line 83 of file written_public_data_slots_tree_check.test.cpp.
|
protected |
Definition at line 82 of file written_public_data_slots_tree_check.test.cpp.
|
protected |
Definition at line 79 of file written_public_data_slots_tree_check.test.cpp.
|
protected |
Definition at line 80 of file written_public_data_slots_tree_check.test.cpp.
Definition at line 85 of file written_public_data_slots_tree_check.test.cpp.
std::vector<WrittenPublicDataSlotLeafValue> pre_existing_leaves |
Definition at line 98 of file written_public_data_slots_tree_check.test.cpp.
FF slot |
Definition at line 95 of file written_public_data_slots_tree_check.test.cpp.