decaf377 0.10.1

A prime-order group designed for use in SNARKs over BLS12-377
Documentation
1
2
3
4
/// Group operations in affine coordinates.
pub mod affine;
/// Group operations in projective coordinates.
pub mod projective;