|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/tracegen/lib/instruction_spec.hpp"#include <array>#include <cstdint>#include <unordered_map>#include "barretenberg/vm2/common/aztec_constants.hpp"#include "barretenberg/vm2/common/opcodes.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::tracegen |
Functions | |
| FF | bb::avm2::tracegen::get_subtrace_id (SubtraceSel subtrace_sel) |
| Get the subtrace ID for a given subtrace enum. | |
| Column | bb::avm2::tracegen::get_subtrace_selector (SubtraceSel subtrace_sel) |
| Get the column selector for a given subtrace selector. | |
| Column | bb::avm2::tracegen::get_dyn_gas_selector (uint32_t dyn_gas_id) |
| Get the column selector for a given dynamic gas ID. | |
Variables | |
| const std::unordered_map< ExecutionOpCode, SubtraceInfo > | bb::avm2::tracegen::SUBTRACE_INFO_MAP |