|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <sumcheck_round.hpp>
Public Member Functions | |
| ContiguousEdgeChunks (const size_t begin, const size_t end, const size_t rows_per_chunk) | |
| size_t | num_slots () const |
| std::optional< EdgeRange > | pop () |
Public Attributes | |
| const size_t | begin |
| const size_t | end |
| const size_t | rows_per_chunk |
| const size_t | total_chunks |
| std::atomic< size_t > | next_chunk { 0 } |
Definition at line 436 of file sumcheck_round.hpp.
|
inline |
Definition at line 443 of file sumcheck_round.hpp.
|
inline |
Definition at line 455 of file sumcheck_round.hpp.
|
inline |
Definition at line 457 of file sumcheck_round.hpp.
| const size_t bb::SumcheckProverRound< Flavor >::ContiguousEdgeChunks::begin |
Definition at line 437 of file sumcheck_round.hpp.
| const size_t bb::SumcheckProverRound< Flavor >::ContiguousEdgeChunks::end |
Definition at line 438 of file sumcheck_round.hpp.
| std::atomic<size_t> bb::SumcheckProverRound< Flavor >::ContiguousEdgeChunks::next_chunk { 0 } |
Definition at line 441 of file sumcheck_round.hpp.
| const size_t bb::SumcheckProverRound< Flavor >::ContiguousEdgeChunks::rows_per_chunk |
Definition at line 439 of file sumcheck_round.hpp.
| const size_t bb::SumcheckProverRound< Flavor >::ContiguousEdgeChunks::total_chunks |
Definition at line 440 of file sumcheck_round.hpp.