summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2d27e3decca3ef9fcaa95c29078d02c95a57abac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "wg-handshake"
version = "0.1.0"
authors = ["Mathias Hall-Andersen <mathias@hall-andersen.dk>"]
edition = "2018"
license = "GPL-3.0"

[dependencies]
rand = "0.6.5"
blake2 = "0.8.0"
hmac = "0.7.1"
rust-crypto = "^0.2"
generic-array = "0.12"

[dependencies.x25519-dalek]
version = "^0.5"