Barretenberg
The ZK-SNARK library at the core of Aztec
|
An accumulator consisting of the Shplonk evaluation challenge and vectors of commitments and scalars. More...
#include <claim.hpp>
Public Attributes | |
std::vector< typename Curve::AffineElement > | commitments |
std::vector< typename Curve::ScalarField > | scalars |
Curve::ScalarField | evaluation_point |
An accumulator consisting of the Shplonk evaluation challenge and vectors of commitments and scalars.
This structure is used in the reduce_verify_batch_opening_claim
method of KZG or IPA.
Curve | BN254 or Grumpkin. |
std::vector<typename Curve::AffineElement> bb::BatchOpeningClaim< Curve >::commitments |
Curve::ScalarField bb::BatchOpeningClaim< Curve >::evaluation_point |
std::vector<typename Curve::ScalarField> bb::BatchOpeningClaim< Curve >::scalars |