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

Improve Sumcheck Debug #433

Open
sragss opened this issue Jul 26, 2024 · 0 comments
Open

Improve Sumcheck Debug #433

sragss opened this issue Jul 26, 2024 · 0 comments

Comments

@sragss
Copy link
Collaborator

sragss commented Jul 26, 2024

There are some common issues we have when adjusting sumchecks that make debugging hard.

We should standardize #[cfg(test)] blocks in the sumchecks that check during proving

  1. $claim = \sum_{b \in {0,1}^v}{f(b)}$
  2. Recursive check: prior_claim == univariate(0) + univariate(1)

There are likely other footgun prevention techniques, please add to this issue.

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

No branches or pull requests

1 participant