-
Notifications
You must be signed in to change notification settings - Fork 79
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
ProverCommitmentScheme::commit_on_evals() #707
ProverCommitmentScheme::commit_on_evals() #707
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #707 +/- ##
=======================================
Coverage 90.20% 90.20%
=======================================
Files 81 81
Lines 10354 10356 +2
Branches 10354 10356 +2
=======================================
+ Hits 9340 9342 +2
Misses 930 930
Partials 84 84 ☔ View full report in Codecov by Sentry. |
e4969ab
to
d5dcd21
Compare
cf1e5a0
to
55dd49d
Compare
d5dcd21
to
19fb3cb
Compare
55dd49d
to
5df2bae
Compare
19fb3cb
to
d6ee1e6
Compare
5df2bae
to
915e924
Compare
d6ee1e6
to
3b2bac5
Compare
915e924
to
5fcc423
Compare
3b2bac5
to
fa19327
Compare
5fcc423
to
c9f154f
Compare
fa19327
to
55d0ff0
Compare
c9f154f
to
cc0334e
Compare
c009152
to
4d92f82
Compare
cc0334e
to
c92de45
Compare
4d92f82
to
b9d91f5
Compare
c92de45
to
e4cf4fa
Compare
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.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @spapinistarkware)
crates/prover/src/core/pcs/prover.rs
line 61 at r1 (raw file):
&mut self, evals: ColumnVec<CircleEvaluation<B, BaseField, BitReversedOrder>>, channel: &mut Blake2sChannel,
?
Suggestion:
channel: &mut ProofChannel,
crates/prover/src/core/pcs/prover.rs
line 64 at r1 (raw file):
twiddles: &TwiddleTree<B>, ) { let span = span!(Level::INFO, "Interpolation").entered();
Do we care that this interpolation is for commitment? and not for constraints?
Suggestion:
let span = span!(Level::INFO, "Interpolation for commitment").entered();
0d809f0
to
3f50cef
Compare
e4cf4fa
to
7112eba
Compare
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.
Reviewed 1 of 3 files at r1.
Reviewable status: 2 of 3 files reviewed, 2 unresolved discussions (waiting on @shaharsamocha7)
crates/prover/src/core/pcs/prover.rs
line 61 at r1 (raw file):
Previously, shaharsamocha7 wrote…
?
Done.
crates/prover/src/core/pcs/prover.rs
line 64 at r1 (raw file):
Previously, shaharsamocha7 wrote…
Do we care that this interpolation is for commitment? and not for constraints?
Done.
f2e7d1a
to
890386f
Compare
7112eba
to
a4f2daf
Compare
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @spapinistarkware)
This change is