|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Container for prover polynomials. More...
#include <sumcheck_test_flavor.hpp>
Public Member Functions | |
| ProverPolynomials ()=default | |
| ProverPolynomials (size_t circuit_size) | |
| size_t | get_polynomial_size () const |
| auto | get_to_be_shifted () |
| Get the polynomials that will be shifted. | |
| void | set_shifted () |
| Set all shifted polynomials based on their to-be-shifted counterpart. | |
Public Member Functions inherited from bb::SumcheckTestFlavor_< CurveType, HasZK_, UseShortMonomials_ >::AllEntities< DataType > | |
| auto | get_precomputed () |
| auto | get_witness () |
| auto | get_witness () const |
| auto | get_shifted () |
Container for prover polynomials.
Definition at line 256 of file sumcheck_test_flavor.hpp.
|
default |
|
inline |
Definition at line 259 of file sumcheck_test_flavor.hpp.
|
inline |
Definition at line 272 of file sumcheck_test_flavor.hpp.
|
inline |
Get the polynomials that will be shifted.
Definition at line 278 of file sumcheck_test_flavor.hpp.
|
inline |
Set all shifted polynomials based on their to-be-shifted counterpart.
This must be called after the witness polynomials are populated
Definition at line 284 of file sumcheck_test_flavor.hpp.