|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/lib/hinting_dbs.hpp"#include "barretenberg/api/file_io.hpp"#include "barretenberg/vm2/avm_api.hpp"#include "barretenberg/vm2/common/avm_io.hpp"#include "barretenberg/vm2/common/aztec_constants.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/simulation/interfaces/db.hpp"#include "barretenberg/vm2/simulation/lib/raw_data_dbs.hpp"#include "barretenberg/vm2/simulation/testing/mock_dbs.hpp"#include "barretenberg/vm2/simulation_helper.hpp"#include <algorithm>#include <cstddef>#include <cstdlib>#include <gmock/gmock.h>#include <gtest/gtest.h>#include <vector>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 |
| testing::StrictMock<MockContractDB> base_contract_db |
Definition at line 46 of file hinting_dbs.test.cpp.
| testing::StrictMock<MockLowLevelMerkleDB> base_merkle_db |
Definition at line 47 of file hinting_dbs.test.cpp.
| HintingContractsDB hinting_contract_db = HintingContractsDB(base_contract_db) |
Definition at line 48 of file hinting_dbs.test.cpp.
| HintingRawDB hinting_merkle_db = HintingRawDB(base_merkle_db) |
Definition at line 49 of file hinting_dbs.test.cpp.
| AvmProvingInputs inputs |
Definition at line 45 of file hinting_dbs.test.cpp.
|
protected |
Definition at line 200 of file hinting_dbs.test.cpp.