Crate p3_commit

Source
Expand description

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

Structs§

Traits§

  • 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.
  • A (not necessarily hiding) polynomial commitment scheme, for committing to (batches of) polynomials

Type Aliases§