minimal-ed448-mirror

Crates.iominimal-ed448-mirror
lib.rsminimal-ed448-mirror
version0.4.0
sourcesrc
created_at2024-09-13 22:35:44.626293
updated_at2024-09-22 00:35:20.474565
descriptionUnaudited, 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.
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/crypto/ed448
max_upload_size
id1374206
size28,018
sneurlax (sneurlax)

documentation

README

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.

Commit count: 1740

cargo fmt