introduce a shim to convert between the two u256 types

This commit is contained in:
Eitan Seri-Levi
2024-07-22 10:00:00 -07:00
parent 9a935b4626
commit 94f64c0d05
3 changed files with 56 additions and 19 deletions

View File

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