Expand description
A framework for various (not necessarily hiding) cryptographic commitment schemes.
Modules§
Structs§
- Batch
Opening - A Batched opening proof.
- Batch
Opening Ref - A reference to a batched opening proof.
- Extension
Mmcs - Lagrange
Selectors - Given a
PolynomialSpace,S, and a subsetR, a Lagrange selectorP_Ris a polynomial which is not equal to0for every element inRbut is equal to0for every element ofSnot inR.
Traits§
- Mmcs
- A “Mixed Matrix Commitment Scheme” (MMCS) is a generalization of a vector commitment scheme.
- Pcs
- A polynomial commitment scheme, for committing to batches of polynomials defined by their evaluations over some domain.
- Polynomial
Space - Fixing a field,
F,PolynomialSpace<Val = F>denotes an indexed subset ofF^nwith some additional algebraic structure.