-
Notifications
You must be signed in to change notification settings - Fork 984
Fjord: secp256r1 curve support (RIP-7212) #168
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
Merged
sebastianst
merged 21 commits into
ethereum-optimism:optimism
from
mdehoog:ulerdogan-secp256r1
Apr 23, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f3d127d
crypto/secp2561r1: add secp256r1 curve verifiers
ulerdogan a285071
core/vm: implement secp256r1 verifier precompiled
ulerdogan 6fe3894
params: add new precompiled gas price
ulerdogan 4c7625e
core/vm, params: rename precompiled to p256verify
ulerdogan 87be74c
core/vm: simplify the return values format
ulerdogan 1609c74
crypto/secp25r1: fix reverse malleability issue
ulerdogan b0f362e
core/vm: fix testdata non-malleable for p256Verify
ulerdogan 6657f97
core/vm: update the eip number
ulerdogan f102856
core, crypto/secp256r1: fix error reverts tx error
ulerdogan 4b7e559
crypto/secp256r1: refactor by simplfying return
ulerdogan b54ce6c
core/vm: force the input length of p256verify
ulerdogan 4d66067
crypto/secp256r1: reject the reference pubKey coordinates
ulerdogan 54df5c3
crypto/secp256r1: remove malleability check due to spec
ulerdogan fcacd79
core/vm: change the implementation address to 0x0b
ulerdogan 0b781d9
core/vm: change the implementation address to 0x100
ulerdogan 2333447
Enable on fjord
929581a
Add wycheproof test vector
yukaitu-cb 6503f50
fix intent
yukaitu-cb 91b12c0
Add missing test cases
danyalprout 1d63923
change from constant to literal
danyalprout 1aa4e22
remove redundant x/y check
danyalprout File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.