aboutsummaryrefslogtreecommitdiff
path: root/spake2/src/tests.rs
diff options
context:
space:
mode:
authorTony Arcieri <bascule@gmail.com>2021-12-20 18:46:23 -0700
committerGitHub <noreply@github.com>2021-12-20 18:46:23 -0700
commit689dc0ab6af950b027b4bab96f73c427d2c42d6e (patch)
tree83f9792448b9017322724f6145a11ce34a18d608 /spake2/src/tests.rs
parente38144177199721c3bf3f5e2cde403c2ce29c67e (diff)
downloadPAKEs-689dc0ab6af950b027b4bab96f73c427d2c42d6e.tar.xz
2021 edition bump + doc improvements; MSRV 1.56 (#80)
- Bumps both `spake2` and `srp` to Rust 2021 edition - Uses the new `doc = include_str!(...)` attribute to include README.md files in the rustdoc - Improves the README.md files, adding an initial one for `srp` - clippy fixes for Rust 1.56
Diffstat (limited to 'spake2/src/tests.rs')
-rw-r--r--spake2/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/src/tests.rs b/spake2/src/tests.rs
index 0328266..e452fce 100644
--- a/spake2/src/tests.rs
+++ b/spake2/src/tests.rs
@@ -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