midnight-curves 0.2.0

Implementation of BLS12 381 and Jubjub curves.
Documentation
1
2
3
4
5
mod curve;
mod fr;

pub use curve::*;
pub use fr::{Fr, MODULUS};