Skip to main content

Module polynomial

Module polynomial 

Source
Expand description

Blake3-based polynomial commitments.

A simple polynomial commitment scheme using Blake3 to commit to coefficient vectors, with evaluation proofs.

Structsยง

EvalProof
An evaluation proof for a polynomial commitment.
Polynomial
A polynomial represented by its coefficients (degree d has d+1 coefficients).
PolynomialCommitment
A Blake3-based polynomial commitment.