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

Updated FFT calls in backend/groth16 to avoid bit reverse operation at proving time #93

Merged
merged 5 commits into from
Apr 27, 2021

Conversation

ThomasPiellard
Copy link
Collaborator

This PR fixes a performance loss in Groth16 linked to a previous update of the FFT.

Cf this PR in gnark-crypto.

The snark circuit representing the pairing on BLS377 has been fixed as well (the test didn't pass, I don't know why it hasn't been caught earlier).

@ThomasPiellard ThomasPiellard requested a review from gbotrel April 27, 2021 20:59
@gbotrel gbotrel changed the title Hotfix/fft groth16 Updated FFT calls in backend/groth16 to avoid bit reverse operation at proving time Apr 27, 2021
@gbotrel gbotrel merged commit 534db06 into develop Apr 27, 2021
@gbotrel gbotrel deleted the hotfix/fft_groth16 branch April 27, 2021 23:23
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.

2 participants