ed448-goldilocks 0.9.0

A pure-Rust implementation of Ed448 and Curve448 and Decaf
Documentation
1
2
3
4
5
6
// This will be the module for Decaf over Ed448
// This is the newer version of the Decaf strategy, which looks simpler

pub mod decaf;
mod ops;
pub use decaf::{CompressedDecaf, DecafPoint};