|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstddef>#include <cstdint>#include <span>#include <vector>#include "barretenberg/vm2/simulation/lib/serialization.hpp"#include "barretenberg/vm2/testing/instruction_builder.hpp"Go to the source code of this file.
Classes | |
| class | bb::avm2::testing::BytecodeBuilder |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::testing |
Functions | |
| std::vector< uint8_t > | bb::avm2::testing::encode_to_bytecode (const std::vector< Instruction > &instructions) |
| size_t | bb::avm2::testing::tag_byte_offset (WireOpCode opcode) |