sn_curv 0.10.1

Curv contains an extremely simple interface to onboard new elliptic curves. Use this library for general purpose elliptic curve cryptography
Documentation
1
2
3
4
5
6
pub mod g1;
pub mod g2;
mod pairing;
pub mod scalar;

pub use self::{g1::Bls12_381_1, g2::Bls12_381_2, pairing::Pair};