15template <
class Params>
struct alignas(32) field;
16class UltraExecutionTraceBlocks;
17template <
class ExecutionTrace>
class UltraCircuitBuilder_;
41template <
typename CurveType,
bool HasZK_,
bool UseShortMonomials_>
class SumcheckTestFlavor_;
44template <
typename BuilderType>
class UltraRecursiveFlavor_;
45template <
typename BuilderType>
class UltraZKRecursiveFlavor_;
52class AvmRecursiveFlavor;
55#ifdef STARKNET_GARAGA_FLAVORS
56class UltraStarknetFlavor;
A flavor for the AVM recursive verifier circuit arithmetized with Mega.
Recursive flavor for verifying proofs produced with MegaAvmFlavor.
The recursive counterpart to the "native" Mega flavor.
Child class of MegaFlavor that runs with ZK Sumcheck.
The recursive counterpart to MegaZKFlavor.
The recursive counterpart of the native Translator flavor.
Child class of UltraFlavor that runs with ZK Sumcheck.
Entry point for Barretenberg command-line interface.
SumcheckTestFlavor_< curve::Grumpkin, true, true > SumcheckTestFlavorGrumpkinZK
Grumpkin ZK variant.