summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-02 17:18:37 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-02 17:18:37 +0200
commit2bdcda067cdea198cda90a5d5b8aef2b8b7ba4ce (patch)
tree6d0c0dcf12064265e34b0e737441eb6feba416ef /Cargo.toml
parentUnit test for mac1 validation (diff)
downloadwireguard-rs-2bdcda067cdea198cda90a5d5b8aef2b8b7ba4ce.tar.xz
wireguard-rs-2bdcda067cdea198cda90a5d5b8aef2b8b7ba4ce.zip
Remove rust-crypto, move to libsodium bindings
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6285fdc..a775549 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,11 @@ spin = "0.5.0"
rand = "0.6.5"
blake2 = "0.8.0"
hmac = "0.7.1"
-rust-crypto = "^0.2"
generic-array = "0.12.3"
zerocopy = "0.2.7"
byteorder = "1.3.1"
digest = "0.8.0"
+sodiumoxide = "0.2.2"
[dependencies.x25519-dalek]
version = "^0.5"