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 /spake2/tests/mod.rs | |
parent | bd19c404c6a6f316871518ace644d8ef871afc61 (diff) | |
parent | 3711fa0839f0013a2ac545c8356602d2c51e1ea8 (diff) | |
download | PAKEs-aa9674bbc150bac4352b80382724daf052072c8c.tar.xz |
Merge branch 'edition-2018'
Diffstat (limited to 'spake2/tests/mod.rs')
-rw-r--r-- | spake2/tests/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spake2/tests/mod.rs b/spake2/tests/mod.rs index e85a9b6..07ba946 100644 --- a/spake2/tests/mod.rs +++ b/spake2/tests/mod.rs @@ -1,5 +1,3 @@ -extern crate spake2; - use spake2::{Ed25519Group, ErrorType, Identity, Password, SPAKEErr, SPAKE2}; #[test] |