-
Notifications
You must be signed in to change notification settings - Fork 615
chore: makes ec addition opcode unsafe #8814
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
Closed
Closed
Changes from 14 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
4725f75
the return of ec add unsafe
guipublic 2c35a92
fix test case
guipublic 6c14ad3
Merge branch 'master' into gd/unsafe_ec_add2
guipublic bbff2f1
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 5b5fc0a
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 32de43a
force CI to run e2e
guipublic 2f3ea01
Merge branch 'master' into gd/unsafe_ec_add2
guipublic da1604f
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 3c60dcb
chore: remove unused header in public executor (#8990)
Maddiaa0 6baa710
Merge branch 'master' into gd/unsafe_ec_add2
guipublic d81f826
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 98c7ebe
Merge branch 'master' into gd/unsafe_ec_add2
guipublic bab195f
Merge branch 'master' into gd/unsafe_ec_add2
guipublic bb57173
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 249ab55
Merge branch 'master' into gd/unsafe_ec_add2
TomAFrench 8e08f66
Merge aranch 'master' into gd/unsafe_ec_add2
guipublic a0576c1
allow infinite points for ec_add
guipublic 2cdf9ad
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 6aa64f2
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 01a50ac
Merge branch 'master' into gd/unsafe_ec_add2
guipublic e3e8220
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 06ef800
only allow compile time 'is_infinite'
guipublic 6519918
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 3a05675
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 56861f3
avoid failing check when there is no witness assignment
guipublic 525a63f
Merge branch 'master' into gd/unsafe_ec_add2
guipublic 304b758
Merge branch 'next' into gd/unsafe_ec_add2
guipublic 8b4809c
fix merge
guipublic 403c972
implement the all-or-nothing witness/constant for ec-add
guipublic 99ebdf5
Merge branch 'next' into gd/unsafe_ec_add2
guipublic 22b2e93
code review
guipublic 877231c
Merge branch 'next' into gd/unsafe_ec_add2
guipublic b8b5f75
Merge branch 'next' into gd/unsafe_ec_add2
guipublic c78a883
update Noir
guipublic c5156dc
Merge branch 'next' into gd/unsafe_ec_add2
guipublic cdf21c2
Clean up function descriptions
Rumata888 298cd7d
Merge branch 'next' into gd/unsafe_ec_add2
guipublic e47b58b
Merge branch 'next' into gd/unsafe_ec_add2
guipublic f899533
Merge branch 'next' into gd/unsafe_ec_add2
TomAFrench d3a2daf
fix unit test
guipublic 5feed4b
update vks
guipublic 85e2b90
Merge branch 'next' into gd/unsafe_ec_add2
guipublic 0cf8994
Merge branch 'next' into gd/unsafe_ec_add2
guipublic f0cf778
update vks
guipublic b64714b
Merge branch 'next' into gd/unsafe_ec_add2
guipublic 6f4a199
Merge branch 'next' into gd/unsafe_ec_add2
guipublic 2c133a8
updates cargo.lock
guipublic ef05a7d
handle opposite points
guipublic f4ae114
updates cargo.lock
guipublic b521f62
Merge branch 'next' into gd/unsafe_ec_add2
guipublic c872ab2
update vks
guipublic ef821e3
code review: check the x coordinates are distinct
guipublic f8555e8
add unit tests
guipublic c3bdb9b
Merge branch 'next' into gd/unsafe_ec_add2
guipublic 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
Some comments aren't visible on the classic Files Changed page.
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
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
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.
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.
Could you please add tests for all the edgecases? Right now we are only testing 1 case out of all the possibilities
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.
I am not sure because the edge cases are not expected to work.
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.
I mean the various combinations of constant and witness elements, cases where it turns into a double, etc.
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.
Done