ed448_goldilocks/decaf/
mod.rs

1// This will be the module for Decaf over Ed448
2// This is the newer version of the Decaf strategy, which looks simpler
3
4pub mod decaf;
5mod ops;
6pub use decaf::{CompressedDecaf, DecafPoint};