zkcrypto / bls12_381

Implementation of the BLS12-381 pairing-friendly elliptic curve group
Other
296 stars 178 forks source link

Review or recalculate w-NAF recommendations #42

Open str4d opened 4 years ago

str4d commented 4 years ago

The implementation of WnafGroup::recommended_wnaf_for_num_scalars re-uses the empirical recommendations from the old pairing::bls12_381 implementation. We should review them to ensure they make sense for this implementation.

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