serai/crypto
Luke Parker 49c4acffbb
Use a more efficient challenge function in the dleq
The prior one did 64 scalar additions for Ed25519. The new one does 8.
This was optimized by instead of parsing byte-by-byte, u64-by-u64.

Improves perf by ~10-15%.
2023-01-01 05:50:16 -05:00
..
ciphersuite Have transcripted versions specify their minor version pre-1.0 2022-12-27 00:49:31 -05:00
dalek-ff-group Add a dedicated crate for testing ff/group implementors 2022-12-24 15:09:09 -05:00
dkg Run latest nightly clippy 2023-01-01 04:18:23 -05:00
dleq Use a more efficient challenge function in the dleq 2023-01-01 05:50:16 -05:00
ed448 Add test vectors for Ciphersuite::hash_to_F 2022-12-25 02:50:10 -05:00
ff-group-tests Run latest nightly clippy 2023-01-01 04:18:23 -05:00
frost Run latest nightly clippy 2023-01-01 04:18:23 -05:00
multiexp Restore type complexity checks in CI 2022-12-01 17:50:52 -05:00
schnorr Move verify_share to return batch-verifiable statements 2022-12-13 20:31:00 -05:00
transcript DKG Blame (#196) 2023-01-01 01:54:18 -05:00