feat(primitives): k256 crate fallback for secp256k1 module (#9989)

This commit is contained in:
Alexey Shekhirin
2024-08-02 13:53:59 +01:00
committed by GitHub
parent 340c95eba0
commit d7f9a255e1
15 changed files with 192 additions and 41 deletions

View File

@ -12,9 +12,9 @@ repository.workspace = true
workspace = true
[dependencies]
reth-primitives.workspace = true
reth-primitives = { workspace = true, features = ["secp256k1"] }
alloy-genesis.workspace = true
secp256k1.workspace = true
rand.workspace = true
secp256k1 = { workspace = true, features = ["rand"] }
rand.workspace = true