Update the blake2 crate to fix bug upstream

Included basic sanity check for the HKDF macroes, to avoid regression in future.
This commit is contained in:
Mathias Hall-Andersen
2019-08-26 15:00:14 +02:00
parent 2272e5250f
commit 5f3c4d2e27
3 changed files with 182 additions and 119 deletions

View File

@@ -9,7 +9,7 @@ license = "MIT"
hex = "0.3"
spin = "0.5.0"
rand = "0.6.5"
blake2 = "0.8.0"
blake2 = "0.8"
hmac = "0.7.1"
generic-array = "0.12.3"
zerocopy = "0.2.7"
@@ -22,7 +22,7 @@ futures = "0.1.28"
arraydeque = "^0.4"
treebitmap = "^0.4"
crossbeam-deque = "0.7"
hjul = "0.1.0"
hjul = "0.1.2"
[dependencies.x25519-dalek]
version = "^0.5"