Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/data_copy.hpp"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "barretenberg/vm2/common/aztec_constants.hpp"
#include "barretenberg/vm2/common/memory_types.hpp"
#include "barretenberg/vm2/constraining/flavor_settings.hpp"
#include "barretenberg/vm2/constraining/testing/check_relation.hpp"
#include "barretenberg/vm2/generated/relations/lookups_data_copy.hpp"
#include "barretenberg/vm2/simulation/events/event_emitter.hpp"
#include "barretenberg/vm2/simulation/events/gt_event.hpp"
#include "barretenberg/vm2/simulation/events/range_check_event.hpp"
#include "barretenberg/vm2/simulation/range_check.hpp"
#include "barretenberg/vm2/simulation/testing/fakes/fake_gt.hpp"
#include "barretenberg/vm2/simulation/testing/mock_context.hpp"
#include "barretenberg/vm2/simulation/testing/mock_execution_id_manager.hpp"
#include "barretenberg/vm2/simulation/testing/mock_field_gt.hpp"
#include "barretenberg/vm2/simulation/testing/mock_range_check.hpp"
#include "barretenberg/vm2/testing/fixtures.hpp"
#include "barretenberg/vm2/testing/macros.hpp"
#include "barretenberg/vm2/tooling/debugger.hpp"
#include "barretenberg/vm2/tracegen/calldata_trace.hpp"
#include "barretenberg/vm2/tracegen/data_copy_trace.hpp"
#include "barretenberg/vm2/tracegen/gt_trace.hpp"
#include "barretenberg/vm2/tracegen/range_check_trace.hpp"
#include "barretenberg/vm2/tracegen/test_trace_container.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 |
|
protected |
Definition at line 55 of file data_copy.test.cpp.
|
protected |
Definition at line 54 of file data_copy.test.cpp.
|
protected |
Definition at line 61 of file data_copy.test.cpp.
|
protected |
Definition at line 60 of file data_copy.test.cpp.
|
protected |
Definition at line 53 of file data_copy.test.cpp.
|
protected |
Definition at line 47 of file data_copy.test.cpp.
|
protected |
Definition at line 52 of file data_copy.test.cpp.
|
protected |
Definition at line 50 of file data_copy.test.cpp.
|
protected |
Definition at line 57 of file data_copy.test.cpp.
|
protected |
Definition at line 51 of file data_copy.test.cpp.
|
protected |
Definition at line 49 of file data_copy.test.cpp.
|
protected |
Definition at line 48 of file data_copy.test.cpp.
|
protected |
Definition at line 59 of file data_copy.test.cpp.