serai/crypto/ed448
2023-08-01 02:51:58 -04:00
..
src cargo +nightly fmt (again) 2023-08-01 02:51:58 -04:00
Cargo.toml Add no_std support to transcript, dalek-ff-group, ed448, ciphersuite, multiexp, schnorr, and monero-generators 2023-04-22 04:38:47 -04:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md Use crypto-bigint's reduction in ed448 2023-04-19 03:35:57 -04:00

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.