You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do have w-NAF logic in the group crate (via the group::Wnaf struct) that is used on a targeted basis outside this crate for speeding up specific APIs (e.g. Zcash trial-decryption), but it would be great to use it more uniformly.
I don't have specific comments on the other two suggestions, other than to say we prefer to use constant-time algorithms wherever possible (so that consumers of the crate have fewer things to worry about), and it sounds like these are compatible with that preference.
Hi,
I have a bunch of optimizations for faster G1/G2 scalar multiplications sitting in a fork at https://github.com/dfaranha/bls12_381
These provide a 2x speedup and include:
Some technical details can be found at https://skillsmatter.com/skillscasts/17052-experimenting-with-faster-elliptic-curves-in-rust
I would like to know if there is interest in merging, so it makes sense to put time on preparing a proper pull request.
Thank you for your attention!
The text was updated successfully, but these errors were encountered: