Barretenberg
The ZK-SNARK library at the core of Aztec
|
A container for the prover polynomials handles. More...
#include <flavor.hpp>
Public Member Functions | |
ProverPolynomials ()=default | |
ProverPolynomials & | operator= (const ProverPolynomials &)=delete |
ProverPolynomials (const ProverPolynomials &o)=delete | |
ProverPolynomials (ProverPolynomials &&o) noexcept=default | |
ProverPolynomials & | operator= (ProverPolynomials &&o) noexcept=default |
~ProverPolynomials ()=default | |
ProverPolynomials (ProvingKey &proving_key) | |
PolynomialEntitiesAtFixedRow< ProverPolynomials > | get_row (size_t row_idx) const |
![]() | |
auto | get_unshifted () |
auto | get_to_be_shifted () |
auto | get_shifted () |
auto | get_precomputed () |
DataType & | get (ColumnAndShifts c) |
const DataType & | get (ColumnAndShifts c) const |
![]() | |
auto | get_wires () |
auto | get_derived () |
Additional Inherited Members | |
![]() | |
using | DataType = DataType_ |
![]() | |
using | DataType = DataType_ |
![]() | |
static const auto & | get_unshifted_labels () |
![]() | |
static const auto & | get_wires_labels () |
static const auto & | get_derived_labels () |
A container for the prover polynomials handles.
Definition at line 296 of file flavor.hpp.
|
default |
|
delete |
|
defaultnoexcept |
|
default |
bb::avm2::AvmFlavor::ProverPolynomials::ProverPolynomials | ( | ProvingKey & | proving_key | ) |
Definition at line 6 of file flavor.cpp.
|
inline |
Definition at line 310 of file flavor.hpp.
|
delete |
|
defaultnoexcept |