serai/crypto/ed448
2022-09-29 04:47:55 -04:00
..
src fmt/clippy 2022-09-17 04:35:08 -04:00
Cargo.toml Use doc_auto_cfg 2022-09-29 04:47:55 -04: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.