cx448 0.1.1

A pure-Rust implementation of Ed448 and Curve448 and Decaf. This crate also includes signing and verifying of Ed448 signatures, and x448.
Documentation
1
2
3
4
5
6
7
pub(crate) mod double_and_add;
// pub(crate) mod double_base;
pub(crate) mod variable_base;
pub(crate) mod window;

pub(crate) use double_and_add::double_and_add;
pub(crate) use variable_base::variable_base;