|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/tracegen/alu_trace.hpp"#include <cstddef>#include <cstdint>#include <ranges>#include <stdexcept>#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/vm2/common/memory_types.hpp"#include "barretenberg/vm2/common/tagged_value.hpp"#include "barretenberg/vm2/generated/relations/lookups_alu.hpp"#include "barretenberg/vm2/simulation/events/alu_event.hpp"#include "barretenberg/vm2/simulation/events/event_emitter.hpp"#include "barretenberg/vm2/simulation/lib/uint_decomposition.hpp"#include "barretenberg/vm2/tracegen/lib/instruction_spec.hpp"#include "barretenberg/vm2/tracegen/lib/interaction_def.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 |