Conversation
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merged
Collaborator
831e98d to
6fb2fc2
Compare
f446bb3 to
8155e72
Compare
6fb2fc2 to
5bf133c
Compare
8155e72 to
53d8d6e
Compare
5bf133c to
38e1b48
Compare
53d8d6e to
09fd3ac
Compare
bf52c9b to
8b04e92
Compare
09fd3ac to
c166e18
Compare
8b04e92 to
67a19ea
Compare
c166e18 to
968b6d7
Compare
67a19ea to
348d51a
Compare
968b6d7 to
b9f2667
Compare
348d51a to
8389048
Compare
b9f2667 to
7a6b1ca
Compare
8389048 to
4539be8
Compare
7a6b1ca to
e4ecbc3
Compare
az-starkware
approved these changes
Apr 15, 2026
Collaborator
az-starkware
left a comment
There was a problem hiding this comment.
@az-starkware reviewed 8 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on anatgstarkware).
e4ecbc3 to
8c90a87
Compare
This was referenced Apr 16, 2026
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.

Note
Medium Risk
Touches AIR constraint logic used for proving/verification; while the math is intended to be equivalent, any mismatch in input ordering or constraint wiring could break proof validity.
Overview
triple_sum_32no longer inlines its carry computations; it now forwards the evaluated limbs/results into a newverify_triple_sum_32::accumulate_constraintshelper.Adds
verify_triple_sum_32modules in bothcairo_airandcircuit_air, centralizing the low/high carry range constraints (0/1/2) and updating the subroutinemod.rsexports accordingly.Written by Cursor Bugbot for commit 968b6d7. This will update automatically on new commits. Configure here.