Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::SmallSubgroupIPACommitments< Commitment > Struct Template Reference

Contains commitments to polynomials [G], [A], and [Q]. See SmallSubgroupIPAProver docs. More...

#include <small_subgroup_ipa_utils.hpp>

Public Member Functions

RefArray< Commitment, NUM_SMALL_IPA_EVALUATIONS > get_all ()
 

Public Attributes

Commitment concatenated
 
Commitment grand_sum
 
Commitment quotient
 

Detailed Description

template<typename Commitment>
struct bb::SmallSubgroupIPACommitments< Commitment >

Contains commitments to polynomials [G], [A], and [Q]. See SmallSubgroupIPAProver docs.

Definition at line 45 of file small_subgroup_ipa_utils.hpp.

Member Function Documentation

◆ get_all()

template<typename Commitment >
RefArray< Commitment, NUM_SMALL_IPA_EVALUATIONS > bb::SmallSubgroupIPACommitments< Commitment >::get_all ( )
inline

Definition at line 48 of file small_subgroup_ipa_utils.hpp.

Member Data Documentation

◆ concatenated

template<typename Commitment >
Commitment bb::SmallSubgroupIPACommitments< Commitment >::concatenated

Definition at line 46 of file small_subgroup_ipa_utils.hpp.

◆ grand_sum

template<typename Commitment >
Commitment bb::SmallSubgroupIPACommitments< Commitment >::grand_sum

Definition at line 46 of file small_subgroup_ipa_utils.hpp.

◆ quotient

template<typename Commitment >
Commitment bb::SmallSubgroupIPACommitments< Commitment >::quotient

Definition at line 46 of file small_subgroup_ipa_utils.hpp.


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