update and fix edwards+rand

This commit is contained in:
Neemek 2026-05-15 11:34:15 +02:00
parent 7dc39dbb36
commit a3d05f24e3
Signed by: neemek
GPG key ID: 84FFE4D7D40AB25E
6 changed files with 401 additions and 27 deletions

View file

@ -1,4 +1,4 @@
use crypto_bigint::subtle::ConstantTimeEq;
use crypto_bigint::CtEq;
use diffie_hellman::{Public, Secret};
#[test]