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
@@ -10193,7 +10193,7 @@ dependencies = [
name = "sp-core-hashing"
version = "5.0.0"
dependencies = [
"blake2",
"blake2b_simd",
"byteorder",
"digest 0.10.6",
"sha2 0.10.6",
@@ -11775,7 +11775,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if",
"digest 0.10.6",
"rand 0.7.3",
"rand 0.8.5",
"static_assertions",
]