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

Avoid computing polynomial which is constant #228

Closed
storojs72 opened this issue Jan 3, 2024 · 0 comments · Fixed by #242
Closed

Avoid computing polynomial which is constant #228

storojs72 opened this issue Jan 3, 2024 · 0 comments · Fixed by #242
Assignees

Comments

@storojs72
Copy link
Contributor

Addresses following comment from @adr1anh

Essentially we can save some computations by exploiting the fact that final polynomial in polys equals to the eval. So we don't need to compute it during following loop and avoid committing to it - since it is cheaper to derive the commitment on verification side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant