]> git.lizzy.rs Git - PAKEs.git/blobdiff - Cargo.toml
slow progress, got password-to-scalar working
[PAKEs.git] / Cargo.toml
index f470646754c5581fe7eb642df7013b6694818055..06e3c4e3c8b73dde536f3bf118a01308fbe7a5a9 100644 (file)
@@ -5,4 +5,12 @@ authors = ["Brian Warner <warner@lothar.com>"]
 
 [dependencies]
 #rust-crypto = "^0.2"
-curve25519-dalek = "0.2.0"
+curve25519-dalek = "0.8.0"
+rand = "0.3.0"
+#sha2 = "0.4.0"
+rust-crypto = "0.2"
+num-bigint = "0.1"
+hex = "0.2"
+
+[dev-dependencies]
+hex = "0.2"