minimal-ed448

Crates.iominimal-ed448
lib.rsminimal-ed448
version0.4.0
sourcesrc
created_at2022-08-29 07:49:52.553522
updated_at2023-08-08 22:21:12.344897
descriptionUnaudited, inefficient implementation of Ed448 in Rust
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/crypto/ed448
max_upload_size
id654290
size25,413
Luke Parker (kayabaNerve)

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: 1658

cargo fmt