fixes
This commit is contained in:
parent
3c61f6f043
commit
59c2e1e6dd
5 changed files with 8 additions and 10 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue