mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-15 15:24:52 +00:00
445bb3786e
Provides extensive testing for dalek-ff-group and ed448. Also includes a fix for an observed bug in ed448. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.