Expand description
Blake3-based polynomial commitments.
A simple polynomial commitment scheme using Blake3 to commit to coefficient vectors, with evaluation proofs.
Structsยง
- Eval
Proof - An evaluation proof for a polynomial commitment.
- Polynomial
- A polynomial represented by its coefficients (degree d has d+1 coefficients).
- Polynomial
Commitment - A Blake3-based polynomial commitment.