serai/crypto/ed448
Luke Parker 73566e756d
Minimize use of lazy_static in ed448
Increases usage of const values along with overall Field impl sanity 
with regards to the crypto_bigint backend.
2022-08-31 03:33:19 -04:00
..
src Minimize use of lazy_static in ed448 2022-08-31 03:33:19 -04:00
Cargo.toml Minimize use of lazy_static in ed448 2022-08-31 03:33:19 -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.