diff options
author | Henry de Valence <hdevalence@hdevalence.ca> | 2018-12-13 16:15:22 -0800 |
---|---|---|
committer | Henry de Valence <hdevalence@hdevalence.ca> | 2018-12-13 16:15:22 -0800 |
commit | bd19c404c6a6f316871518ace644d8ef871afc61 (patch) | |
tree | 00307d7740c509faa758e07f4cf0dfed052968c7 | |
parent | dcf4842af1070da895f3b458e6fe620ee584d0e7 (diff) | |
download | PAKEs-bd19c404c6a6f316871518ace644d8ef871afc61.tar.xz |
Use curve25519-dalek v1
-rw-r--r-- | spake2/Cargo.toml | 2 |
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" |