serai/crypto/ed448
2022-10-29 05:25:58 -04:00
..
src Create a dedicated crate for the DKG (#141) 2022-10-29 03:54:42 -05:00
Cargo.toml Correct ed448 versioning 2022-10-29 05:25:58 -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.