#ed448 #ff-group #group #ff #constant-time

no-std minimal-ed448-mirror

Unaudited, inefficient implementation of Ed448 in Rust. Mirrored by sneurlax from serai for downstream crate-publishing purposes until serai publishes their crates; use the versions from serai in production. This crate will be unpublished/deleted as soon as possible.

2 unstable releases

0.4.0 Sep 22, 2024
0.3.1 Sep 13, 2024

#1807 in Cryptography

Download history 6/week @ 2024-10-08 7/week @ 2024-10-15 6/week @ 2024-10-22 4/week @ 2024-10-29 8/week @ 2024-11-05 9/week @ 2024-11-19 10/week @ 2024-11-26 6/week @ 2024-12-03 9/week @ 2024-12-10 2/week @ 2024-12-17

77 downloads per month
Used in 6 crates (2 directly)

MIT license

27KB
686 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
~70K SLoC