Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::AvmFlavorSettings Class Reference

#include <flavor_settings.hpp>

Public Types

using Curve = curve::BN254
 
using EmbeddedCurve = curve::Grumpkin
 
using G1 = Curve::Group
 
using PCS = KZG< Curve >
 
using FF = G1::Fr
 
using Polynomial = bb::Polynomial< FF >
 
using PolynomialHandle = std::span< FF >
 
using GroupElement = G1::element
 
using Commitment = G1::affine_element
 
using CommitmentHandle = G1::affine_element
 
using CommitmentKey = bb::CommitmentKey< Curve >
 
using VerifierCommitmentKey = bb::VerifierCommitmentKey< Curve >
 

Detailed Description

Definition at line 12 of file flavor_settings.hpp.

Member Typedef Documentation

◆ Commitment

using bb::avm2::AvmFlavorSettings::Commitment = G1::affine_element

Definition at line 23 of file flavor_settings.hpp.

◆ CommitmentHandle

Definition at line 24 of file flavor_settings.hpp.

◆ CommitmentKey

◆ Curve

◆ EmbeddedCurve

◆ FF

Definition at line 19 of file flavor_settings.hpp.

◆ G1

◆ GroupElement

Definition at line 22 of file flavor_settings.hpp.

◆ PCS

Definition at line 17 of file flavor_settings.hpp.

◆ Polynomial

◆ PolynomialHandle

Definition at line 21 of file flavor_settings.hpp.

◆ VerifierCommitmentKey


The documentation for this class was generated from the following file: