Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/ref_vector.hpp"
#include "barretenberg/common/zip_view.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/numeric/bitop/get_msb.hpp"
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | bb::TraceStructure |
struct | bb::TraceSettings |
class | bb::MegaTraceBlock |
class | bb::MegaTracePublicInputBlock |
class | bb::MegaTraceBusReadBlock |
class | bb::MegaTraceLookupBlock |
class | bb::MegaTraceArithmeticBlock |
class | bb::MegaTraceDeltaRangeBlock |
class | bb::MegaTraceEllipticBlock |
class | bb::MegaTraceMemoryBlock |
class | bb::MegaTraceNonNativeFieldBlock |
class | bb::MegaTracePoseidon2ExternalBlock |
class | bb::MegaTracePoseidon2InternalBlock |
class | bb::MegaTraceOverflowBlock |
struct | bb::MegaTraceBlockData |
A container indexed by the types of the blocks in the execution trace. More... | |
class | bb::MegaExecutionTraceBlocks |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Concepts | |
concept | bb::HasAdditionalSelectors |