Implement the Bandersnatch curve (#64)

* impl bandersnatch

* clean up

* update changelog

* Relocate the readme so they show up in the doc

* Delete README.md

* Relocate the changelog entry

* rename & fmt

Co-authored-by: Weikeng Chen <w.k@berkeley.edu>
This commit is contained in:
zhenfei
2021-06-29 21:04:08 -04:00
committed by GitHub
parent a9cb9bfcb2
commit 129795aa4c
15 changed files with 948 additions and 1 deletions

View File

@@ -0,0 +1 @@
pub use ark_bls12_381::{Fr as Fq, FrParameters as FqParameters};