#ed448 #ff-group #ff #group

no-std minimal-ed448

Unaudited, inefficient implementation of Ed448 in Rust

2 releases

0.4.2 Aug 20, 2025
0.4.0 Aug 8, 2023
0.3.1 Apr 19, 2023
0.3.0 Mar 21, 2023
0.1.2 Oct 29, 2022

#1271 in Cryptography

Download history 2525/week @ 2025-10-02 3354/week @ 2025-10-09 1772/week @ 2025-10-16 2810/week @ 2025-10-23 3563/week @ 2025-10-30 3572/week @ 2025-11-06 3393/week @ 2025-11-13 1726/week @ 2025-11-20 2374/week @ 2025-11-27 2026/week @ 2025-12-04 2087/week @ 2025-12-11 788/week @ 2025-12-18 160/week @ 2025-12-25 570/week @ 2026-01-01 377/week @ 2026-01-08 498/week @ 2026-01-15

1,617 downloads per month
Used in 16 crates (2 directly)

MIT license

28KB
721 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

~3.5MB
~81K SLoC