Skip to content
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

More efficient fixed-base MSM #22

Merged
merged 1 commit into from
Oct 26, 2020
Merged

More efficient fixed-base MSM #22

merged 1 commit into from
Oct 26, 2020

Conversation

Pratyush
Copy link
Member

@Pratyush Pratyush commented Oct 26, 2020

Parallelizes table generation, and uses mixed addition to speed up MSM.
Just the mixed arithmetic gives a ~20% speedup in Groth16 setup over BLS12-377, and parallelization of the table generation gives an additional 20% improvement for G2 (there is no improvement for G1).

Parallelize table generation, and use mixed addition to speed up MSM.
@Pratyush Pratyush merged commit 68c9a20 into master Oct 26, 2020
@Pratyush Pratyush deleted the faster-fixed-msm branch October 26, 2020 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant