Structs§
- BrakedownPC
Params - The public parameters for Brakedown PCS.
- LigeroPC
Params - The public parameters for Ligero PCS.
- LinCodePC
Proof - The Proof type for linear code PCS, which amounts to an array of individual proofs
- Linear
CodePCS - Any linear-code-based commitment scheme.
- Multilinear
Brakedown - The multilinear Brakedown polynomial commitment scheme based on [Brakedown]. The scheme defaults to the naive batching strategy.
- Multilinear
Ligero - The multilinear Ligero polynomial commitment scheme based on [Ligero]ligero. The scheme defaults to the naive batching strategy.
- Univariate
Ligero - The univariate Ligero polynomial commitment scheme based on [Ligero]ligero. The scheme defaults to the naive batching strategy.
Traits§
- LinCode
Parameters Info - For linear code PC schemes, the universal paramters, committer key and verifier key are all the same. This trait abstracts the common information contained in these.
- Linear
Encode - A trait for linear codes.