]> git.lizzy.rs Git - PAKEs.git/blobdiff - srp/tests/mod.rs
update srp to idioms of edition-2018
[PAKEs.git] / srp / tests / mod.rs
index c410d699f3fc425d96b73af2cc0f37eb4064d55a..58bfa0f93e702a9046874c302622465507238809 100644 (file)
@@ -1,8 +1,4 @@
-extern crate num;
-extern crate rand;
-extern crate sha2;
-extern crate srp;
-
+use rand;
 use rand::RngCore;
 use sha2::Sha256;