|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/gadgets/calldata_hashing.hpp"#include "gmock/gmock.h"#include <cstdint>#include <gtest/gtest.h>#include <memory>#include <optional>#include <vector>#include "barretenberg/common/serialize.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/vm2/common/aztec_constants.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/field.hpp"#include "barretenberg/vm2/simulation/events/calldata_event.hpp"#include "barretenberg/vm2/simulation/events/event_emitter.hpp"#include "barretenberg/vm2/simulation/testing/mock_dbs.hpp"#include "barretenberg/vm2/simulation/testing/mock_poseidon2.hpp"#include "barretenberg/vm2/testing/fixtures.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 |
|
protected |
Definition at line 42 of file calldata_hashing.test.cpp.
|
protected |
Definition at line 43 of file calldata_hashing.test.cpp.
|
protected |
Definition at line 40 of file calldata_hashing.test.cpp.
|
protected |
Definition at line 41 of file calldata_hashing.test.cpp.