diff options
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; |