-
Notifications
You must be signed in to change notification settings - Fork 70
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
Prover/distribution of global queries #647
Prover/distribution of global queries #647
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## prover/limitless-top-level #647 +/- ##
================================================================
- Coverage 68.49% 68.48% -0.01%
Complexity 1130 1130
================================================================
Files 321 321
Lines 12842 12842
Branches 1287 1287
================================================================
- Hits 8796 8795 -1
- Misses 3506 3507 +1
Partials 540 540
*This pull request uses carry forward flags. Click here to find out more. |
0293e10
to
1285eee
Compare
@@ -90,3 +95,223 @@ func getSegmentFromWitness(wit ifaces.ColAssignment, numSegs, segID int) ifaces. | |||
segSize := wit.Len() / numSegs | |||
return wit.SubVector(segSize*segID, segSize*segID+segSize) | |||
} | |||
|
|||
func GetFreshCompGL(in SegmentModuleInputs) *wizard.CompiledIOP { |
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.
Document the function and explains everything that it does from an external point of view
b4093d4
into
prover/limitless-top-level
This PR implements the distribution of global constraints
Checklist