c code for elliptic curve point addition and point doubling arithmetic
i want c code for point addition and point doubling of elliptic curve arithmetic for timing comparsion.
Could you please tell us how it is related to Sage ?
Well, time was an important issue also while formulating and typing the question...
(There is no mention of the ground field, the shape of the elliptic curve, etc.)
An answer would be "look at pari/gp", written in C for speed.
https://pari.math.u-bordeaux.fr/dochtml/html-stable/Elliptic_curves.html
http://info.rgug.ch/2015/09/15/using-parigp-in-c/
(No time for more details, i'm just the comparse.)