serai/crypto/ed448
Luke Parker fd48bbd15e
Initial documentation for the Monero libraries (#122)
* Document all features

* Largely document the Monero libraries

Relevant to https://github.com/serai-dex/serai/issues/103 and likely 
sufficient to get this removed from 
https://github.com/serai-dex/serai/issues/102.
2022-09-28 07:44:49 -05:00
..
src fmt/clippy 2022-09-17 04:35:08 -04:00
Cargo.toml Initial documentation for the Monero libraries (#122) 2022-09-28 07:44:49 -05:00
LICENSE FROST Ed448 (#107) 2022-08-29 02:32:59 -05:00
README.md FROST Ed448 (#107) 2022-08-29 02:32:59 -05:00

Minimal Ed448

Inefficient, barebones implementation of Ed448 bound to the ff/group API, rejecting torsion to achieve a PrimeGroup definition. This likely should not be used and was only done so another library under Serai could confirm its completion. It is minimally tested, yet should be correct for what it has. Multiple functions remain unimplemented.

constant time and no_std.