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

feat: support specifying chunk multiples (PROOF-831) #125

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

rnburn
Copy link
Collaborator

@rnburn rnburn commented Apr 27, 2024

Rationale for this change

When splitting the partition step of Pippenger's algorithm into smaller chunks, we want ensure chunks are a multiple of 16 the precomputed sums are done in groups of 16 generators.

This PR adds the capability to set a chunk multiple to an index_range to support enforcing a chunk multiple.

What changes are included in this PR?

Support specifying a chunk multiple for index ranges.

Are these changes tested?

Yes

@rnburn rnburn merged commit 2fe180b into main Apr 29, 2024
5 checks passed
@rnburn rnburn deleted the ix-PROOF-831 branch April 29, 2024 19:06
@SxT-Release
Copy link

🎉 This PR is included in version 1.50.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants