-
Notifications
You must be signed in to change notification settings - Fork 57
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/full recursion #350
base: main
Are you sure you want to change the base?
Conversation
6dc8e7c
to
244080c
Compare
db42ab2
8034165
to
db42ab2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #350 +/- ##
============================================
+ Coverage 68.22% 70.38% +2.16%
+ Complexity 1128 1061 -67
============================================
Files 319 305 -14
Lines 12795 12201 -594
Branches 1277 1166 -111
============================================
- Hits 8729 8588 -141
+ Misses 3540 3141 -399
+ Partials 526 472 -54
*This pull request uses carry forward flags. Click here to find out more. |
bc38b73
to
eee7af9
Compare
@@ -52,6 +52,34 @@ func NewGnarkFiatShamir(api frontend.API, factory *gkrmimc.HasherFactory) *Gnark | |||
} | |||
} | |||
|
|||
// SetState mutates the fiat-shamir state of | |||
func (fs *GnarkFiatShamir) SetState(state []frontend.Variable) { |
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.
We still to validate the API change on gnark side
@@ -44,6 +44,9 @@ type storedColumnInfo struct { | |||
ID ifaces.ColID | |||
// Status of the commitment | |||
Status Status | |||
// IncludeInProverFS states the prover should include the column in his FS |
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.
Also, mention that this is meaningful for ignored columns
…garding the inclusion in the FS transcript.
This PR implements issue(s) #
Checklist