Expand description
Polynomial Commitment Scheme
Re-exports§
pub use errors::PCSError;
Modules§
- Error module.
- Main module for multilinear KZG commitment scheme
- Prelude
- Module for PolyIOP transcript.
- Main module for univariate KZG commitment scheme
Traits§
- This trait defines APIs for polynomial commitment schemes. Note that for our usage, this PCS is not hiding. TODO(#187): add hiding property.
- API definitions for structured reference string
- Super-trait specific for univariate polynomial commitment schemes.
Functions§
- compute the fft size (i.e.
num_coeffs
) given a degree.