|
Longfellow ZK 0290cb32
|

Public Types | |
| using | Elt = typename Field::Elt |
| using | T = SumcheckPoly |
Public Member Functions | |
| SumcheckPoly (const Poly< N, Field > &p) | |
| Elt & | operator[] (size_t i) |
| const Elt & | operator[] (size_t i) const |
| T & | add (const T &y, const Field &F) |
| T & | sub (const T &y, const Field &F) |
| T & | mul (const T &y, const Field &F) |
| T & | mul_scalar (const Elt &y, const Field &F) |
| Poly< N, Field > | to_poly (const Elt &p1) const |
Data Fields | |
| Elt | t_ [N] |
Static Public Attributes | |
| static const size_t | kN = N |