serai/crypto/ed448
Luke Parker 47be373eb0
Resolve #268 by adding a Zeroize to DigestTranscript which writes a full block
This is a 'better-than-nothing' attempt to invalidate its state.

Also replaces black_box features with usage of the rustversion crate.
2023-03-28 04:43:10 -04:00
..
src Resolve #268 by adding a Zeroize to DigestTranscript which writes a full block 2023-03-28 04:43:10 -04:00
Cargo.toml Resolve #268 by adding a Zeroize to DigestTranscript which writes a full block 2023-03-28 04:43:10 -04:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md ff 0.13 (#269) 2023-03-28 04:38:01 -04: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. This has not undergone auditing.

constant time and no_std.