Switch to the blake2b_simd crate in sp-core-hashing (#13548)

* Switch to the `blake2b_simd` crate in `sp-core-hashing`

* ".git/.scripts/commands/bench/bench.sh" pallet dev frame_benchmarking

---------

Co-authored-by: command-bot <>
This commit is contained in:
Koute
2023-03-07 17:57:16 +09:00
committed by GitHub
parent 3118026576
commit 03158cd48f
4 changed files with 55 additions and 47 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sp-core-hashing"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
blake2 = { version = "0.10.4", default-features = false }
blake2b_simd = { version = "1.0.1", default-features = false }
byteorder = { version = "1.3.2", default-features = false }
digest = { version = "0.10.3", default-features = false }
sha2 = { version = "0.10.2", default-features = false }
@@ -25,7 +25,7 @@ sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
default = ["std"]
std = [
"digest/std",
"blake2/std",
"blake2b_simd/std",
"byteorder/std",
"sha2/std",
"sha3/std",