|
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 287 of file sumcheck_round.hpp.
|
inline |
Definition at line 291 of file sumcheck_round.hpp.
|
inline |
Definition at line 306 of file sumcheck_round.hpp.
| const std::vector<BlockOfContiguousRows>* bb::SumcheckProverRound< Flavor >::RowIterator::blocks |
Definition at line 288 of file sumcheck_round.hpp.
| size_t bb::SumcheckProverRound< Flavor >::RowIterator::current_block_count = 0 |
Definition at line 290 of file sumcheck_round.hpp.
| size_t bb::SumcheckProverRound< Flavor >::RowIterator::current_block_index = 0 |
Definition at line 289 of file sumcheck_round.hpp.