summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-16 23:37:25 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-16 23:37:25 +0200
commit5a5d09bb416e06db6559d635dcbde46a52533b3b (patch)
tree7fa8a41352959f9c73b5381a845aa900b4eb3770 /Cargo.toml
parentTest precomputed values (diff)
downloadwireguard-rs-5a5d09bb416e06db6559d635dcbde46a52533b3b.tar.xz
wireguard-rs-5a5d09bb416e06db6559d635dcbde46a52533b3b.zip
Create initiation message
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8785ef3..354f8aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,8 @@ edition = "2018"
rand = "0.6.5"
blake2 = "0.8.0"
hmac = "0.7.1"
-chacha20-poly1305-aead = "0.1.2"
-generic-array = "0.13"
+rust-crypto = "^0.2"
+generic-array = "0.12"
[dependencies.x25519-dalek]
version = "^0.5"