Move to RustCrypto AEAD crate for handshake
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user