]> git.lizzy.rs Git - PAKEs.git/blob - Cargo.toml
slow progress, got password-to-scalar working
[PAKEs.git] / Cargo.toml
1 [package]
2 name = "spake2"
3 version = "0.1.0"
4 authors = ["Brian Warner <warner@lothar.com>"]
5
6 [dependencies]
7 #rust-crypto = "^0.2"
8 curve25519-dalek = "0.8.0"
9 rand = "0.3.0"
10 #sha2 = "0.4.0"
11 rust-crypto = "0.2"
12 num-bigint = "0.1"
13 hex = "0.2"
14
15 [dev-dependencies]
16 hex = "0.2"