ed448-goldilocks 0.9.0

A pure-Rust implementation of Ed448 and Curve448 and Decaf
Documentation
1
2
3
4
pub mod constants;
pub mod prime_field;

pub use prime_field::FieldElement56;