Crate p3_commit

Source
Expand description

A framework for various (not necessarily hiding) cryptographic commitment schemes.

Structs§

ExtensionMmcs
LagrangeSelectors
TwoAdicMultiplicativeCoset

Traits§

Mmcs
A “Mixed Matrix Commitment Scheme” (MMCS) is a generalization of a vector commitment scheme; it supports committing to matrices and then opening rows. It is also batch-oriented; one can commit to a batch of matrices at once even if their widths and heights differ.
Pcs
A (not necessarily hiding) polynomial commitment scheme, for committing to (batches of) polynomials
PolynomialSpace

Type Aliases§

OpenedValues
OpenedValuesForMatrix
OpenedValuesForPoint
OpenedValuesForRound
Val