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 polynomial normalization #1454

Merged
merged 1 commit into from May 15, 2023
Merged

Fix polynomial normalization #1454

merged 1 commit into from May 15, 2023

Conversation

nazar-pc
Copy link
Member

Some polynomials containing just zeroes were reduced to nothing, causing issues when trying to create witness for corresponding records. I think we should leave at least one element in there.

Code contributor checklist:

@nazar-pc nazar-pc requested a review from dariolina May 13, 2023 14:50
Base automatically changed from parallel-chiapos to main May 13, 2023 15:43
Copy link
Member

@dariolina dariolina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, we weren't considering the fact they can all be 0s.

@nazar-pc nazar-pc merged commit 16a64da into main May 15, 2023
9 checks passed
@nazar-pc nazar-pc deleted the fix-poly-normalization branch May 15, 2023 09:14
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.

None yet

2 participants