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

[dependencies]
rand = "0.6.5"
blake2 = "0.8.0"
hmac = "0.7.1"
chacha20-poly1305-aead = "0.1.2"
generic-array = "0.13"

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