Files
ark-curves-cherry-picked/ed_on_bls12_381_bandersnatch/src/fields/fq.rs
zhenfei 129795aa4c 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>
2021-06-29 18:04:08 -07:00

2 lines
65 B
Rust

pub use ark_bls12_381::{Fr as Fq, FrParameters as FqParameters};