Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::SumcheckClientIVC::ProverAccumulator Struct Reference

#include <sumcheck_client_ivc.hpp>

Public Attributes

std::vector< FFchallenge
 
std::array< FF, 2 > batched_evaluations
 
std::array< Polynomial< FF >, 2 > batched_polynomials
 
std::array< Commitment, 2 > batched_commitments
 
size_t dyadic_size
 

Detailed Description

Definition at line 231 of file sumcheck_client_ivc.hpp.

Member Data Documentation

◆ batched_commitments

std::array<Commitment, 2> bb::SumcheckClientIVC::ProverAccumulator::batched_commitments

Definition at line 235 of file sumcheck_client_ivc.hpp.

◆ batched_evaluations

std::array<FF, 2> bb::SumcheckClientIVC::ProverAccumulator::batched_evaluations

Definition at line 233 of file sumcheck_client_ivc.hpp.

◆ batched_polynomials

std::array<Polynomial<FF>, 2> bb::SumcheckClientIVC::ProverAccumulator::batched_polynomials

Definition at line 234 of file sumcheck_client_ivc.hpp.

◆ challenge

std::vector<FF> bb::SumcheckClientIVC::ProverAccumulator::challenge

Definition at line 232 of file sumcheck_client_ivc.hpp.

◆ dyadic_size

size_t bb::SumcheckClientIVC::ProverAccumulator::dyadic_size

Definition at line 236 of file sumcheck_client_ivc.hpp.


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