Optimisations to IPA verifier. Defer folding of generators until fina… - #1356
Merged
Merged
Conversation
nitsatiisc
force-pushed
the
range-proof-optimisation
branch
from
February 17, 2026 11:12
eab1fd3 to
b6c0860
Compare
adecaro
force-pushed
the
range-proof-optimisation
branch
from
February 17, 2026 13:51
854c562 to
f2d3ecd
Compare
adecaro
self-requested a review
February 17, 2026 13:57
adecaro
force-pushed
the
range-proof-optimisation
branch
3 times, most recently
from
February 18, 2026 13:29
adb2d4d to
d24b4d7
Compare
…l round. Use 2n sized MSM to compute folded generators instead of 4n group-exp while folding with rounds. Gives about 2x speed-up Signed-off-by: Nitin Singh <nitisin1@in.ibm.com>
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
adecaro
force-pushed
the
range-proof-optimisation
branch
from
February 18, 2026 14:03
d24b4d7 to
068e7e0
Compare
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.
Defer folding of generators in IPA verifier to final round. Use 2n sized MSM to compute folded generators instead of 4n group-exp while folding with rounds. Gives about 2x speed-up