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

@ -523,6 +523,7 @@ secp256k1 = { version = "0.29", default-features = false, features = [
"global-context",
"recovery",
] }
k256 = { version = "0.13", default-features = false, features = ["ecdsa"] }
enr = { version = "0.12.1", default-features = false }
# for eip-4844