aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2019-07-18 00:54:01 -0700
committerBrian Warner <warner@lothar.com>2019-07-18 00:54:01 -0700
commit61cd8de355715c34f1abad0967e93e643ffdc8b1 (patch)
treede0d7104dc9813134e12a7cc4a9030bc8ee72833
parent56d8f34637ded63296cc2bae5229bf1078eae8a7 (diff)
downloadPAKEs-61cd8de355715c34f1abad0967e93e643ffdc8b1.tar.xz
spake2/Cargo.toml: num-bigint is merely a dev-dependency
We only use it in unit tests. This might help with no-std, so refs #15
-rw-r--r--spake2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index e6097bf..953d2b8 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -30,11 +30,11 @@ curve25519-dalek = "1"
rand = "0.6"
sha2 = "0.8"
hkdf = "0.7"
-num-bigint = "0.2"
hex = "0.3"
[dev-dependencies]
bencher = "0.1"
+num-bigint = "0.2"
[[bench]]
name = "spake2"