bn-curves 0.1.0

A framework for pairing-based cryptography using BN curves
Documentation
1
2
3
4
5
6
7
8
9
10
mod bnfp;
mod bnfp2;
mod bnfp4;
mod bnfp6;
mod bnfp12;
mod bnpairing;
mod bnparam;
mod bnpoint;
mod bnpoint2;
mod traits;