A library for KZG commitments over BLS12-381 in Rust.
Uses blst for the curve operations.
WARNING: has not been audited/reviewed for security. Do NOT use in production.
- KZG setup
- Commit to a polynomial
- Open a commitment
- Verify an opening
A library for KZG commitments over BLS12-381 in Rust.
Uses blst for the curve operations.
WARNING: has not been audited/reviewed for security. Do NOT use in production.