1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-07 13:56:09 +02:00

upgrade constant_time_eq to v0.2 and page_size to v0.5

This commit is contained in:
Jack O'Connor 2022-11-20 12:20:00 -08:00
parent 62bba46342
commit 245ac798ce

View File

@ -84,14 +84,14 @@ features = ["rayon"]
[dependencies]
arrayref = "0.3.5"
arrayvec = { version = "0.7.0", default-features = false }
constant_time_eq = "0.1.5"
constant_time_eq = "0.2.4"
rayon = { version = "1.2.1", optional = true }
cfg-if = "1.0.0"
digest = { version = "0.10.1", features = [ "mac" ], optional = true }
[dev-dependencies]
hex = "0.4.2"
page_size = "0.4.1"
page_size = "0.5.0"
rand = "0.8.0"
rand_chacha = "0.3.0"
reference_impl = { path = "./reference_impl" }