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

Optimize Pippenger so that it uses num_initial_points = size of the span rather than start_index + size of span #1135

Open
lucasxia01 opened this issue Oct 14, 2024 · 0 comments

Comments

@lucasxia01
Copy link
Contributor

In AztecProtocol/aztec-packages#9098, we set the number of points to process in pippenger to be equal to the start_index + the size of the scalars span. However, it should be pretty easy to only look at the scalars span instead, which would optimize commitments slightly.

This issue was introduced due to the above PR, and not because of any prior PRs.

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