-
Notifications
You must be signed in to change notification settings - Fork 9
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
Optimize Coset::at #135
base: 10-23-Refactor_FriVerifier_decommit_inner_layers
Are you sure you want to change the base?
Optimize Coset::at #135
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @andrewmilson and the rest of your teammates on Graphite |
9623734
to
38b73f4
Compare
89d64a7
to
78c5c2b
Compare
38b73f4
to
940580e
Compare
78c5c2b
to
b5d0fb6
Compare
940580e
to
72c02f8
Compare
b5d0fb6
to
bb86b10
Compare
72c02f8
to
79a0f90
Compare
bb86b10
to
efee637
Compare
79a0f90
to
47b090e
Compare
efee637
to
eb20e33
Compare
47b090e
to
166b918
Compare
eb20e33
to
ff194a5
Compare
166b918
to
9cc2ecb
Compare
ff194a5
to
3743c23
Compare
9cc2ecb
to
50fa500
Compare
3743c23
to
c48e2b3
Compare
c48e2b3
to
88b78cd
Compare
Suggestion: let p2 = p2 + QM31_CIRCLE_GEN; |
sorry |
50fa500
to
728621e
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.
Reviewable status: 0 of 6 files reviewed, 1 unresolved discussion (waiting on @Alon-Ti and @ilyalesokhin-starkware)
stwo_cairo_verifier/src/pcs/quotients.cairo
line 805 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
sorry
let p2 = p1 + QM31_CIRCLE_GEN;
Done.
88b78cd
to
b3d6d74
Compare
728621e
to
d5170f2
Compare
d5170f2
to
e5aac08
Compare
b3d6d74
to
f015e1a
Compare
Refactored
Coset::at()
since it accounted for 50% of steps for a verification. New approach reduces to 4%.This change is