daxpedda
daxpedda
Let me just say again that I personally have no stake in the whole `Iterator` feature and I'm happy to drop it and follow the `elliptic-curve` model in this PR...
I think at a minimum, we could change it from taking two iterators to one, while not taking away any functionality. Multiple sources can still be supported with `zip()` and...
So in the meantime is just adding a second method to `MultiscalarMul` (this PR) acceptable? Or do you want to wait for `elliptic-curve` integration?
I don't think we can really stabilize this, the spec still has a lot of movement. There might some more baseline spec out there I'm not aware of that is...
> > Do you mean to process it through wasm-opt first and then use wasm-bindgen? This order may cause problems > > Yes, I do mean that. How intended is...