-
Notifications
You must be signed in to change notification settings - Fork 21
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/structural witin add #740
Merged
matthiasgoergens
merged 36 commits into
scroll-tech:master
from
10to4:feat/structural_witin_add
Dec 26, 2024
Merged
Changes from 31 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
87899de
init structural witin
hero78119 2679755
skip structural witin commitment & PCS(#654)
10to4 2c21443
skip structural witin commitment & PCS(#654):
10to4 9c9f4a5
Merge branch 'master' into feat/structural_witin_add
10to4 e9d24ab
Upgrade `pprof` (#706)
matthiasgoergens 357595b
Update toolchain (#707)
matthiasgoergens 614f385
Turn Transcript into trait (#692)
noel2004 774bab5
Further break down e2e logic (#703)
mcalancea be59026
Simplify SLTI tests (#710)
matthiasgoergens 2c566e2
[FIX] Broken integration test caused by transcript (#715) (#721)
noel2004 2a35302
Enable debug assertions in integration tests (#714)
matthiasgoergens a45eced
Remove redundant format Make targets (#724)
matthiasgoergens cf15c14
Rename `mod divu` to `mod div` (#733)
matthiasgoergens e28e557
Introduce `Value::as_i32` (#732)
matthiasgoergens f3566bc
Remove broken features `non_pow2_rayon_thread` and `riv64` (#723)
matthiasgoergens 5077eb1
Rename `AssertLTConfig` to `AssertLtConfig` (#731)
matthiasgoergens c07fa00
Remove unused and untested `u128`/`i128` implementations (#737)
matthiasgoergens 1812068
Merge branch 'feat/structural_witin_add' of https://github.com/10to4/…
10to4 55e3b6b
skip structural witin commitment & PCS(#654):
10to4 65869f1
skip structural witin commitment & PCS(#654):
10to4 92687a4
skip structural witin commitment & PCS(#654):
10to4 3c9b862
refactor and support structural witness evaluation
hero78119 1f06873
cleanup multi-factor backend concept from ram circuit frontend
hero78119 601cc48
Merge pull request #1 from hero78119/feat/structural_witin_add
10to4 77b1887
skip structural witin commitment & PCS(#654):
10to4 103d82c
skip structural witin commitment & PCS(#654):
10to4 c040d45
Merge branch 'master' into feat/structural_witin_add
10to4 c05d3e2
skip structural witin commitment & PCS(#654):
10to4 669ae05
Merge branch 'master' into feat/structural_witin_add
10to4 e8eed3c
skip structural witin commitment & PCS(#654):
10to4 acf0d9f
skip structural witin commitment & PCS(#654):
10to4 88cd547
Less cloning
matthiasgoergens 689691e
Merge branch 'matthias/less-cloning-2' into matthias/feat/structural_…
matthiasgoergens c60475b
Remove unnecessary wrapping in Expression
matthiasgoergens 0601b4b
Unwrap instead of unreachable
matthiasgoergens 606e1bf
Doc comment
matthiasgoergens 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
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.
How does
Some(0)
differ fromNone
?