Crates.io | minimal-ed448-mirror |
lib.rs | minimal-ed448-mirror |
version | 0.4.0 |
source | src |
created_at | 2024-09-13 22:35:44.626293 |
updated_at | 2024-09-22 00:35:20.474565 |
description | 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. |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/crypto/ed448 |
max_upload_size | |
id | 1374206 |
size | 28,018 |
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.