Use crypto-bigint's reduction in ed448

Achieves feasible performance in the ed448 which makes it potentially viable
for real world usage.

Accordingly prepares a new release, updating the README.
This commit is contained in:
Luke Parker
2023-04-19 02:25:19 -04:00
parent 21026136bd
commit 334873b6a5
6 changed files with 33 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "minimal-ed448"
version = "0.3.0"
version = "0.3.1"
description = "Unaudited, inefficient implementation of Ed448 in Rust"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/ed448"