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

Add the stopping degree as a protocol parameter. #33

Open
jdodinh opened this issue Feb 27, 2025 · 2 comments
Open

Add the stopping degree as a protocol parameter. #33

jdodinh opened this issue Feb 27, 2025 · 2 comments

Comments

@jdodinh
Copy link

jdodinh commented Feb 27, 2025

It would be nice to have an optional protocol parameter defining the stopping degree: the degree at which the protocol stops the folding and sends the polynomial. This would follow the idea from STIR.

@varun-doshi
Copy link

Would this optionally replace 1 << folding_factor)?

.par_chunks_exact(1 << folding_factor)

@WizardOfMenlo
Copy link
Owner

@varun-doshi , no this only effects when to stop the the recursion.
folding_factor is how many variables each recursion step removes, while stopping degree determines at how many variables to send the final polynomial.

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

3 participants