Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/bytecode_manager.hpp"
#include <cstdint>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <memory>
#include <optional>
#include <vector>
#include "barretenberg/vm2/common/aztec_types.hpp"
#include "barretenberg/vm2/common/field.hpp"
#include "barretenberg/vm2/simulation/bytecode_hashing.hpp"
#include "barretenberg/vm2/simulation/events/bytecode_events.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/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 |
|
protected |
Definition at line 51 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 41 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 45 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 48 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 50 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 49 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 42 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 43 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 44 of file bytecode_manager.test.cpp.
|
protected |
Definition at line 47 of file bytecode_manager.test.cpp.