Move to RustCrypto AEAD crate for handshake

This commit is contained in:
Mathias Hall-Andersen
2019-08-30 19:46:00 +02:00
parent 6785aa4cb5
commit 0520b28ac2
6 changed files with 163 additions and 271 deletions

View File

@@ -15,7 +15,6 @@ generic-array = "0.12.3"
zerocopy = "0.2.7"
byteorder = "1.3.1"
digest = "0.8.0"
sodiumoxide = "0.2.2"
lazy_static = "^1.3"
tokio = "0.1.22"
futures = "0.1.28"
@@ -24,6 +23,8 @@ treebitmap = "^0.4"
crossbeam-deque = "0.7"
hjul = "0.1.2"
ring = "0.16.7"
chacha20poly1305 = "^0.1"
aead = "^0.1.1"
[dependencies.x25519-dalek]
version = "^0.5"