This commit is contained in:
Neemek 2025-11-03 18:56:06 +01:00
parent 3c61f6f043
commit 59c2e1e6dd
5 changed files with 8 additions and 10 deletions

View file

@ -4,9 +4,7 @@ extern crate test;
mod benches {
use test::{black_box, Bencher};
use crypto_bigint::U448;
use diffie_hellman::{Public, Secret, U256};
use diffie_hellman::edwards::{ed448_clamp, ED448_GOLDILOCKS};
use diffie_hellman::montgomery::{clamp_u256, CURVE_25519};
use diffie_hellman::traits::{Curve, Point};