Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 397 Bytes

kzg

A library for KZG commitments over BLS12-381 in Rust.

Notes

Uses blst for the curve operations.

WARNING: has not been audited/reviewed for security. Do NOT use in production.

Features

  • KZG setup
  • Commit to a polynomial
  • Open a commitment
  • Verify an opening