aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry de Valence <hdevalence@hdevalence.ca>2018-12-13 16:15:22 -0800
committerHenry de Valence <hdevalence@hdevalence.ca>2018-12-13 16:15:22 -0800
commitbd19c404c6a6f316871518ace644d8ef871afc61 (patch)
tree00307d7740c509faa758e07f4cf0dfed052968c7
parentdcf4842af1070da895f3b458e6fe620ee584d0e7 (diff)
downloadPAKEs-bd19c404c6a6f316871518ace644d8ef871afc61.tar.xz
Use curve25519-dalek v1
-rw-r--r--spake2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index 1c67654..5ea28d6 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -25,7 +25,7 @@ is-it-maintained-issue-resolution = { repository = "RustCrypto/PAKEs" }
is-it-maintained-open-issues = { repository = "RustCrypto/PAKEs" }
[dependencies]
-curve25519-dalek = "0.21"
+curve25519-dalek = "1"
rand = "0.6"
sha2 = "0.8"
hkdf = "0.7"