Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::SumcheckProverRound< Flavor >::BlockOfContiguousRows Struct Reference

Helper struct that describes a block of non-zero unskippable rows. More...

#include <sumcheck_round.hpp>

Public Attributes

size_t starting_edge_idx
 
size_t size
 

Detailed Description

template<typename Flavor>
struct bb::SumcheckProverRound< Flavor >::BlockOfContiguousRows

Helper struct that describes a block of non-zero unskippable rows.

Definition at line 299 of file sumcheck_round.hpp.

Member Data Documentation

◆ size

template<typename Flavor >
size_t bb::SumcheckProverRound< Flavor >::BlockOfContiguousRows::size

Definition at line 301 of file sumcheck_round.hpp.

◆ starting_edge_idx

template<typename Flavor >
size_t bb::SumcheckProverRound< Flavor >::BlockOfContiguousRows::starting_edge_idx

Definition at line 300 of file sumcheck_round.hpp.


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