decaf377 0.10.1

A prime-order group designed for use in SNARKs over BLS12-377
Documentation
1
2
3
4
5
6
7
8
9
mod constants;
pub mod element;
pub mod encoding;
mod invsqrt;
mod ops;

pub use constants::ZETA;
pub use element::Element;
pub use encoding::Encoding;