From: Brian Warner Date: Thu, 18 Jul 2019 07:54:01 +0000 (-0700) Subject: spake2/Cargo.toml: num-bigint is merely a dev-dependency X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=61cd8de355715c34f1abad0967e93e643ffdc8b1;p=PAKEs.git 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 --- 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"