|
barretenberg
|
A container for the prover polynomials handles. More...
#include <goblin_translator.hpp>
Inherits proof_system::honk::flavor::GoblinTranslator::AllEntities< DataType >.
Public Member Functions | |
| ProverPolynomials & | operator= (const ProverPolynomials &)=delete |
| ProverPolynomials (const ProverPolynomials &o)=delete | |
| ProverPolynomials (ProverPolynomials &&o) noexcept=default | |
| ProverPolynomials & | operator= (ProverPolynomials &&o) noexcept=default |
| size_t | get_polynomial_size () const |
| AllValues | get_row (size_t row_idx) const |
| Returns the evaluations of all prover polynomials at one point on the boolean hypercube, which represents one row in the execution trace. | |
A container for the prover polynomials handles.