aboutsummaryrefslogtreecommitdiff
path: root/srp/tests/mod.rs
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-12-20 16:01:37 -0500
committerBrian Warner <warner@lothar.com>2018-12-20 16:01:37 -0500
commitaa9674bbc150bac4352b80382724daf052072c8c (patch)
tree30f75541594804731da4ff06b1fdefaed334551b /srp/tests/mod.rs
parentbd19c404c6a6f316871518ace644d8ef871afc61 (diff)
parent3711fa0839f0013a2ac545c8356602d2c51e1ea8 (diff)
downloadPAKEs-aa9674bbc150bac4352b80382724daf052072c8c.tar.xz
Merge branch 'edition-2018'
Diffstat (limited to 'srp/tests/mod.rs')
-rw-r--r--srp/tests/mod.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/srp/tests/mod.rs b/srp/tests/mod.rs
index c410d69..58bfa0f 100644
--- a/srp/tests/mod.rs
+++ b/srp/tests/mod.rs
@@ -1,8 +1,4 @@
-extern crate num;
-extern crate rand;
-extern crate sha2;
-extern crate srp;
-
+use rand;
use rand::RngCore;
use sha2::Sha256;