-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(primitives): k256
crate fallback for secp256k1
module
#9989
Conversation
9353f8d
to
6e1614f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs double check on c-kzg because this obfuscates revm features even more
reth/crates/primitives/Cargo.toml
Line 103 in 0fe93a8
c-kzg = ["dep:c-kzg", "revm-primitives/c-kzg", "dep:tempfile", "alloy-eips/kzg", "dep:thiserror-no-std"] |
I think this will still get pulled in because we enable c-kzg for primitives somewhere else but still we need to do a proper workspace feature review
k256
feature for secp256k1
modulek256
crate fallback for secp256k1
module
looks like some rpc code needs changes |
Towards #9478 for
reth-primitives
crate, inspired by #9430The
k256
implementation is cross-tested againstsecp256k1
.