|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/gadgets/bytecode_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_types.hpp"#include "barretenberg/vm2/common/field.hpp"#include "barretenberg/vm2/simulation/events/bytecode_events.hpp"#include "barretenberg/vm2/simulation/events/event_emitter.hpp"#include "barretenberg/vm2/simulation/lib/contract_crypto.hpp"#include "barretenberg/vm2/simulation/testing/mock_dbs.hpp"#include "barretenberg/vm2/simulation/testing/mock_poseidon2.hpp"#include "barretenberg/vm2/simulation/testing/mock_range_check.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 |
Typedefs | |
| using | bb::avm2::simulation::RawPoseidon2 = crypto::Poseidon2< crypto::Poseidon2Bn254ScalarFieldParams > |
|
protected |
Definition at line 43 of file bytecode_hashing.test.cpp.
|
protected |
Definition at line 42 of file bytecode_hashing.test.cpp.
|
protected |
Definition at line 41 of file bytecode_hashing.test.cpp.