diff options
author | Brian Warner <warner@lothar.com> | 2018-12-20 16:01:37 -0500 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-12-20 16:01:37 -0500 |
commit | aa9674bbc150bac4352b80382724daf052072c8c (patch) | |
tree | 30f75541594804731da4ff06b1fdefaed334551b /srp/tests/mod.rs | |
parent | bd19c404c6a6f316871518ace644d8ef871afc61 (diff) | |
parent | 3711fa0839f0013a2ac545c8356602d2c51e1ea8 (diff) | |
download | PAKEs-aa9674bbc150bac4352b80382724daf052072c8c.tar.xz |
Merge branch 'edition-2018'
Diffstat (limited to 'srp/tests/mod.rs')
-rw-r--r-- | srp/tests/mod.rs | 6 |
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; |