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

new 0.4.0 Sep 22, 2024
0.3.1 Sep 13, 2024

#1669 in Cryptography

Download history 169/week @ 2024-09-11 218/week @ 2024-09-18

387 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
~68K SLoC