aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 06e3c4e3c8b73dde536f3bf118a01308fbe7a5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "spake2"
version = "0.1.0"
authors = ["Brian Warner <warner@lothar.com>"]

[dependencies]
#rust-crypto = "^0.2"
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"