libff icon indicating copy to clipboard operation
libff copied to clipboard

Multi exp interface

Open dtebbs opened this issue 4 years ago • 2 comments

Exposed some more fine-grained scalar muliplication operations.

dtebbs avatar May 22 '20 10:05 dtebbs

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?

madars avatar May 25 '20 17:05 madars

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.

dtebbs avatar May 28 '20 10:05 dtebbs