daxpedda
daxpedda
This is amazing work by the way, thank you!
I also found https://github.com/rustwasm/wasm-bindgen/commit/5d697c196f46d8449b0654c326a6b70fb44b469d, which was the point where the return value stopped being used anymore but didn't get removed.
> It seems like if we do this, it should be done for `VartimeMultiscalarMul` and `VartimePrecomputedMultiscalarMul` as well Sounds good! Will do it when we get #790 in. I can...
Decaf448 doesn't support batch encoding in any meaningful way, as opposed to Weierstrass curves where we can use batch normalization to make encoding cheaper. However, it does support double-and-compress batching....
Yes, I am planning on using it with OPRF inside OPAQUE.
~~This still needs some work.~~ Done.
That makes a lot of sense to me.
> API-wise this makes sense and is backwards compatible, but my preference would be to not have the "default" implementation, but rather let the user to choose the actual variant...
Hm, I think this is an acceptable breaking change? Basically you can't simply mix-and-match target features between compilation files if those target features change the ABI. In this case, the...