-
Notifications
You must be signed in to change notification settings - Fork 306
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
Unified Recursion Circuit for Multi-Degree Starky Proof Verification #1635
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
56bc632
add test
sai-deng 3d7c443
wip
sai-deng 78d3851
update witness util
sai-deng b4213bb
degree_bits: usize->target
sai-deng fc46e07
wip
sai-deng 99c3ccb
fix
sai-deng 8561399
opt
sai-deng 8ea1952
passed 3 tests
sai-deng c231038
fix
sai-deng cff4da4
convert g to g_ext
sai-deng 13801e4
hack observe final poly coeffs
sai-deng de75e83
wip
sai-deng 33836d5
poc works
sai-deng e685b9a
wip
sai-deng 02548a0
pass tests
sai-deng c9ea54c
more in test
sai-deng 999532c
better test
sai-deng 9667294
fix ci
sai-deng 773b695
clippy
sai-deng 58196b8
fix
sai-deng dcd973d
fix
sai-deng b9c3365
start on multi steps
sai-deng 1eb7053
wip
sai-deng d94800f
set all zeros
sai-deng 104ed57
wip
sai-deng a6fbf7c
challenge passes
sai-deng 6368726
work
sai-deng 309ecaa
poc done
sai-deng de1c230
fix non std build
sai-deng 9508927
add comments
sai-deng bafcf74
update stark verifier
sai-deng 1e3c8b9
fix clippy
sai-deng f31babe
fix test build
sai-deng 8572c81
fix tests
sai-deng 93ba39c
add comments
sai-deng 853acb4
add checks
sai-deng 281d738
polish the checks
sai-deng 1e32adf
more checks
sai-deng 32314ea
comments
sai-deng 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 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 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 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 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 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.
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.
Why do we need this? We just need to observe, but we don't need a challenge, do we?
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.
Yes, we need to observe and get a challenge here, as we want the challenger to be in sync with the verifier.