Crates.io | minimal-ed448 |
lib.rs | minimal-ed448 |
version | 0.4.0 |
source | src |
created_at | 2022-08-29 07:49:52.553522 |
updated_at | 2023-08-08 22:21:12.344897 |
description | Unaudited, inefficient implementation of Ed448 in Rust |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/crypto/ed448 |
max_upload_size | |
id | 654290 |
size | 25,413 |
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.