Simplify hashing in shuffling (#6483)

* Simplify hashing in shuffling

* Fix benchmark deps

* Check benchmarks when linting
This commit is contained in:
Michael Sproul
2024-10-15 07:31:10 +11:00
committed by GitHub
parent 17711b720e
commit 2e440df4f1
7 changed files with 7 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ name = "benches"
harness = false
[dependencies]
alloy-primitives = { workspace = true, features = ["rlp", "getrandom"] }
alloy-primitives = { workspace = true }
merkle_proof = { workspace = true }
bls = { workspace = true, features = ["arbitrary"] }
kzg = { workspace = true }