EIP-7951: Precompile for secp256r1 Curve Support#31991
Merged
fjl merged 9 commits intoethereum:masterfrom Jul 7, 2025
Merged
Conversation
fjl
added a commit
that referenced
this pull request
Jun 9, 2025
Thegaram
reviewed
Jun 10, 2025
Comment on lines
30
to
32
Contributor
There was a problem hiding this comment.
Is this check needed? Which part of the EIP does this correspond to?
I believe this check was not added in the RIP version, neither was it present in the implementation deployed in Scroll or OP.
Contributor
There was a problem hiding this comment.
This seems to be the answer: ethereum-optimism/op-geth#168 (comment)
Member
There was a problem hiding this comment.
Yeah, I think we can get rid of it,
for more context, https://github.com/golang/go/blob/master/src/crypto/elliptic/nistec.go#L129-L134
Contributor
|
@alexb5dh I changed the title by mistake. Have corrected it now. This reflects EIP-7951 |
ulerdogan
reviewed
Jun 12, 2025
Comment on lines
1
to
9
Contributor
Contributor
Author
There was a problem hiding this comment.
Thanks, I have updated the test vectors.
Contributor
Author
|
@MariusVanDerWijden PTAL |
JonathanOppenheimer
added a commit
to ava-labs/libevm
that referenced
this pull request
Aug 11, 2025
ethereum/EIPs#9833 Based on ethereum#27540, ethereum#30043 --------- Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
JonathanOppenheimer
added a commit
to ava-labs/libevm
that referenced
this pull request
Aug 12, 2025
ethereum/EIPs#9833 Based on ethereum#27540, ethereum#30043 --------- Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
JonathanOppenheimer
added a commit
to ava-labs/libevm
that referenced
this pull request
Aug 12, 2025
ethereum/EIPs#9833 Based on ethereum#27540, ethereum#30043 --------- Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
JonathanOppenheimer
added a commit
to ava-labs/libevm
that referenced
this pull request
Aug 12, 2025
ethereum/EIPs#9833 Based on ethereum#27540, ethereum#30043 --------- Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
JonathanOppenheimer
pushed a commit
to ava-labs/libevm
that referenced
this pull request
Aug 13, 2025
ethereum/EIPs#9833 Based on ethereum#27540, ethereum#30043 --------- Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
JonathanOppenheimer
pushed a commit
to ava-labs/libevm
that referenced
this pull request
Aug 13, 2025
ethereum/EIPs#9833 Based on ethereum#27540, ethereum#30043 --------- Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
howjmay
pushed a commit
to iotaledger/go-ethereum
that referenced
this pull request
Aug 27, 2025
ethereum/EIPs#9833 Based on ethereum#27540, ethereum#30043 --------- Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
gballet
pushed a commit
to gballet/go-ethereum
that referenced
this pull request
Sep 11, 2025
ethereum/EIPs#9833 Based on ethereum#27540, ethereum#30043 --------- Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
ARR4N
added a commit
to ava-labs/libevm
that referenced
this pull request
Oct 18, 2025
…eum#31991)" This reverts commit 9e4c147.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ethereum/EIPs#9833
Based on #27540, #30043