Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
flavor.hpp File Reference

Go to the source code of this file.

Classes

class  bb::avm2::AvmFlavor
 
class  bb::avm2::AvmFlavor::PrecomputedEntities< DataType_ >
 
class  bb::avm2::AvmFlavor::WireEntities< DataType >
 
class  bb::avm2::AvmFlavor::DerivedWitnessEntities< DataType >
 
class  bb::avm2::AvmFlavor::ShiftedEntities< DataType >
 
class  bb::avm2::AvmFlavor::WitnessEntities< DataType >
 
class  bb::avm2::AvmFlavor::AllEntities< DataType_ >
 
class  bb::avm2::AvmFlavor::Transcript
 
class  bb::avm2::AvmFlavor::ProvingKey
 
class  bb::avm2::AvmFlavor::VerificationKey
 
class  bb::avm2::AvmFlavor::PolynomialEntitiesAtFixedRow< Polynomials >
 
class  bb::avm2::AvmFlavor::ProverPolynomials
 A container for the prover polynomials handles. More...
 
class  bb::avm2::AvmFlavor::PartiallyEvaluatedMultivariates
 
class  bb::avm2::AvmFlavor::VerifierCommitments_< Commitment_, VerificationKey >
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::avm2
 

Typedefs

template<typename... input_t>
using bb::avm2::tuple_cat_t = decltype(flat_tuple::tuple_cat(std::declval< input_t >()...))