-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
primeorder docs say that crate provides generic implementation of elliptic curve arithmetic for curves defined as
y² = x³ + ax + b
However, I can see that ProjectivePoint::double is implementation of Renes-Costello-Batina 2015 (Algorithm 6). Paper says that Algorithm 6 is exception-free point doubling for prime order short Weierstrass curves
Do you consider eventually switching to more generic algorithms, like algorithm 3 from the same paper which doesn't require
Metadata
Metadata
Assignees
Labels
No labels