#ed448 #group #ff #constant-time

minimal-ed448

Unaudited, inefficient implementation of Ed448 in Rust

7 unstable releases (3 breaking)

0.4.0 Aug 8, 2023
0.3.1 Apr 19, 2023
0.3.0 Mar 21, 2023
0.2.0 Mar 16, 2023
0.1.0 Aug 29, 2022

#7 in #ed448


Used in 2 crates

MIT license

25KB
685 lines

Minimal Ed448

Barebones implementation of Ed448 bound to the ff/group API, rejecting torsion to achieve a PrimeGroup definition.

This library has not been audited. While it is complete, and decently tested, any usage of it should be carefully considered.

constant time and no_std.

Dependencies

~3MB
~66K SLoC