]> git.lizzy.rs Git - PAKEs.git/commitdiff
spake2/Cargo.toml: num-bigint is merely a dev-dependency
authorBrian Warner <warner@lothar.com>
Thu, 18 Jul 2019 07:54:01 +0000 (00:54 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 18 Jul 2019 07:54:01 +0000 (00:54 -0700)
We only use it in unit tests.

This might help with no-std, so refs #15

spake2/Cargo.toml

index e6097bf3458958eedc2d0f1f0cee785196aac8f7..953d2b89f2be0471c4c25c0d6bef133e2b7aac27 100644 (file)
@@ -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"