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

Multi exp interface #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

dtebbs
Copy link
Contributor

@dtebbs dtebbs commented May 22, 2020

Exposed some more fine-grained scalar muliplication operations.

@madars
Copy link
Member

madars commented May 25, 2020

This looks good! We have a more generic interface for multi_exp, i.e. exposing the two iterators for vector start and end, rather than start + length. Maybe we can do the same here?

@dtebbs
Copy link
Contributor Author

dtebbs commented May 28, 2020

We have a more generic interface for multi_exp, i.e. exposing the two iterators for vector start and end, rather than start + length. Maybe we can do the same here?

Thanks for the comments @madars. Yes, the interface with iterators is better. I was originally concerned with keeping the change minimal, but iterators makes more sense - I'll do that.

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

Successfully merging this pull request may close these issues.

2 participants