zkcrypto / jubjub

Implementation of the Jubjub elliptic curve group
Other
119 stars 47 forks source link

Recalculate w-NAF recommendations #36

Open str4d opened 3 years ago

str4d commented 3 years ago

The implementation of WnafGroup::recommended_wnaf_for_num_scalars copies the empirical recommendations from the old pairing::bls12_381 implementation of G1. We should recalculate them for this implementation.

https://github.com/zcash/librustzcash/pull/245#discussion_r471616548