|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/ref_vector.hpp"#include "barretenberg/common/zip_view.hpp"#include "barretenberg/constants.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/flavor/flavor_concepts.hpp"#include "barretenberg/honk/execution_trace/execution_trace_block.hpp"#include "barretenberg/honk/execution_trace/generated/mega_execution_trace_generated.hpp"#include "barretenberg/numeric/bitop/get_msb.hpp"#include <cstdint>Go to the source code of this file.
Classes | |
| class | bb::MegaExecutionTraceBlocks |
Mega execution trace wrapper. MegaTraceBlockData (codegen-emitted) lists the blocks and their owned GateKinds; this class adds offset/size bookkeeping used by the prover. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |