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

@@ -9,7 +9,7 @@
#![forbid(unsafe_code)]
//! This library implements a twisted Edwards curve whose base field is the scalar field of the
//! curve BLS12-377. This allows defining cryptographic primitives that use elliptic curves over
//! curve BLS12-381. This allows defining cryptographic primitives that use elliptic curves over
//! the scalar field of the latter curve. This curve was generated by Sean Bowe, and is also known
//! as [Jubjub](https://github.com/zkcrypto/jubjub).
//!