#ed448 #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

#1633 in Cryptography

30 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
~67K SLoC