Skip to content

ralexstokes/kzg

Repository files navigation

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