Barretenberg
The ZK-SNARK library at the core of Aztec
|
Helper struct that will, given a vector of BlockOfContiguousRows, return the edge indices that correspond to the nonzero rows. More...
#include <sumcheck_round.hpp>
Public Member Functions | |
RowIterator (const std::vector< BlockOfContiguousRows > &_blocks, size_t starting_index=0) | |
size_t | get_next_edge () |
Public Attributes | |
const std::vector< BlockOfContiguousRows > * | blocks |
size_t | current_block_index = 0 |
size_t | current_block_count = 0 |
Helper struct that will, given a vector of BlockOfContiguousRows, return the edge indices that correspond to the nonzero rows.
Definition at line 308 of file sumcheck_round.hpp.
|
inline |
Definition at line 312 of file sumcheck_round.hpp.
|
inline |
Definition at line 327 of file sumcheck_round.hpp.
const std::vector<BlockOfContiguousRows>* bb::SumcheckProverRound< Flavor >::RowIterator::blocks |
Definition at line 309 of file sumcheck_round.hpp.
size_t bb::SumcheckProverRound< Flavor >::RowIterator::current_block_count = 0 |
Definition at line 311 of file sumcheck_round.hpp.
size_t bb::SumcheckProverRound< Flavor >::RowIterator::current_block_index = 0 |
Definition at line 310 of file sumcheck_round.hpp.