]> git.lizzy.rs Git - PAKEs.git/blobdiff - spake2/src/tests.rs
2021 edition bump + doc improvements; MSRV 1.56 (#80)
[PAKEs.git] / spake2 / src / tests.rs
index 032826667006e000358fad0b14ad3fa6eec9572b..e452fce6152bc265c9e8000b0b1fb801bf3aaea7 100644 (file)
@@ -4,7 +4,7 @@
 //! "random_scalar()" function, which results in some particular scalar.
 use super::*;
 use curve25519_dalek::constants::ED25519_BASEPOINT_POINT;
-use hex;
+
 use num_bigint::BigUint;
 
 // the python tests show the long-integer form of scalars. the rust code