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
The sec256k1 curve has an efficiently computable endomorphism which can be used to speed up the scalar point multiplications. See section 3.5 of Guide to Elliptic Curve Cryptography - Hankerson, Menezes, Vanstone for details.
btcec should be modified to make use of the endomorphism for further speedup.