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

Plonk+Groth16 adapted to updated FFT #253

Merged
merged 15 commits into from
Feb 14, 2022
Merged

Plonk+Groth16 adapted to updated FFT #253

merged 15 commits into from
Feb 14, 2022

Conversation

ThomasPiellard
Copy link
Collaborator

@ThomasPiellard ThomasPiellard commented Feb 9, 2022

Plonk and Groth16 uses latest FFT from gnark-crypto (see PR 145 of gnark-crypto).

Internal changes:

  • The permutation polynomial in PLONK uses an extra challenge beta
  • The quotient in Groth16 and Plonk has been modified according to the coset on which it is evaluated

It fixes #239 .

@ThomasPiellard ThomasPiellard marked this pull request as ready for review February 9, 2022 14:22
internal/backend/bls12-377/plonk/prove.go Show resolved Hide resolved
internal/backend/bls12-377/plonk/prove.go Outdated Show resolved Hide resolved
internal/backend/bls12-377/plonk/prove.go Outdated Show resolved Hide resolved
internal/backend/bw6-761/cs/to_delete.go Outdated Show resolved Hide resolved
@gbotrel
Copy link
Collaborator

gbotrel commented Feb 13, 2022

looks good, couple of cosmetic changes 👍 . running mathfmt everywhere did pollute a bit the PR though, lots of files affected :)

@gbotrel gbotrel merged commit 4b6ccfd into develop Feb 14, 2022
@gbotrel gbotrel deleted the feat/fft_cosets branch February 14, 2022 16:29
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