Skip to content

Commit

Permalink
spake2/Cargo.toml: num-bigint is merely a dev-dependency
Browse files Browse the repository at this point in the history
We only use it in unit tests.

This might help with no-std, so refs #15
  • Loading branch information
warner committed Jul 18, 2019
1 parent 56d8f34 commit 61cd8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spake2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 61cd8de

Please sign in to comment.