diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ curve25519-dalek = "0.17" rand = "0.5" sha2 = "0.7" hkdf = "0.5" -num-bigint = "0.1" +num-bigint = "0.2" hex = "0.3" [dev-dependencies] |
![]() |
index : PAKEs.git | |
Password-Authenticated Key Agreement protocols; fork adds support for luanti's flavor of SRP |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 2 |
@@ -20,7 +20,7 @@ curve25519-dalek = "0.17" rand = "0.5" sha2 = "0.7" hkdf = "0.5" -num-bigint = "0.1" +num-bigint = "0.2" hex = "0.3" [dev-dependencies] |