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

fix: fixed Lagrange polynomials construction #389

Merged
merged 1 commit into from Nov 18, 2022
Merged

Conversation

ThomasPiellard
Copy link
Collaborator

@ThomasPiellard ThomasPiellard commented Oct 26, 2022

Fixed Witness completion in plonk with fri

During the completion of the public witness in the verification phase, we compute a linear combination whose coefficients are the Lagrange polynomials, evaluated at a challenge point. With FRI, the set of challenges contains the vanishing domain of the polynomial relations. If the challenge belongs to this domain, then the recursive formulas to compute the Lagrange polynomials fails because there is a division by zero.

This exceptional case is handled now.

Fixes #349

@ThomasPiellard ThomasPiellard added the bug Something isn't working label Nov 15, 2022
@gbotrel gbotrel merged commit 34fd380 into develop Nov 18, 2022
@gbotrel gbotrel deleted the fix/bug_plonkfri branch November 18, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants