From 7bc80b5fb8ce188447cabccd9aeebffeb73cc1e8 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 6 Dec 2018 12:02:13 -0800 Subject: update srp to idioms of edition-2018 --- srp/src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'srp/src/lib.rs') diff --git a/srp/src/lib.rs b/srp/src/lib.rs index 1467496..d05cfa8 100644 --- a/srp/src/lib.rs +++ b/srp/src/lib.rs @@ -64,14 +64,6 @@ //! [1]: https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol //! [2]: https://tools.ietf.org/html/rfc5054 #![doc(html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")] -extern crate digest; -extern crate generic_array; -extern crate num; -#[macro_use] -extern crate lazy_static; - -#[cfg(test)] -extern crate sha1; pub mod client; pub mod groups; -- cgit v1.2.3