|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>#include <string>#include <utility>#include <vector>#include <gtest/gtest.h>#include "barretenberg/vm2/avm_api.hpp"#include "barretenberg/vm2/common/avm_io.hpp"#include "barretenberg/vm2/common/memory_types.hpp"#include "barretenberg/vm2/common/opcodes.hpp"#include "barretenberg/vm2/simulation/lib/serialization.hpp"#include "barretenberg/vm2/testing/bytecode_builder.hpp"#include "barretenberg/vm2/testing/instruction_builder.hpp"#include "barretenberg/vm2/testing/public_tx_simulation_tester.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| std::vector<uint8_t> bytecode |
Definition at line 31 of file custom_bytecode.test.cpp.
| bool expect_revert |
Definition at line 32 of file custom_bytecode.test.cpp.
| std::string label |
Definition at line 30 of file custom_bytecode.test.cpp.