Module poly_commitment::utils
source · Enums
- Represent a polynomial either with its coefficients or its evaluations
Functions
- Combine the polynomials using a scalar (
polyscale
), creating a single unified polynomial to open. This function also accepts polynomials in evaluations form. In this case it applies an IFFT, and, if necessary, applies chunking to it (ie. split it in multiple polynomials of degree less than the SRS size).