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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user