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

#include <sumcheck_client_ivc.hpp>

Public Member Functions

FF hash_through_transcript (const std::string &domain_separator, Transcript &transcript) const
 

Public Attributes

std::vector< FFchallenge
 
std::array< FF, 2 > batched_evaluations
 
std::array< Commitment, 2 > batched_commitments
 

Detailed Description

Definition at line 239 of file sumcheck_client_ivc.hpp.

Member Function Documentation

◆ hash_through_transcript()

FF bb::SumcheckClientIVC::VerifierAccumulator::hash_through_transcript ( const std::string &  domain_separator,
Transcript transcript 
) const
inline

Definition at line 244 of file sumcheck_client_ivc.hpp.

Member Data Documentation

◆ batched_commitments

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

Definition at line 242 of file sumcheck_client_ivc.hpp.

◆ batched_evaluations

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

Definition at line 241 of file sumcheck_client_ivc.hpp.

◆ challenge

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

Definition at line 240 of file sumcheck_client_ivc.hpp.


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