Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jan 30, 2021
1 parent ff11a46 commit 5a675fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# kzg

A library for [KZG commitments](http://cacr.uwaterloo.ca/techreports/2010/cacr2010-10.pdf) over BLS12-381 in Rust.

## Notes

Uses [blst](https://github.com/supranational/blst) for the curve operations.

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

0 comments on commit 5a675fd

Please sign in to comment.