c code for elliptic curve point addition and point doubling arithmetic

asked 7 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

i want c code for point addition and point doubling of elliptic curve arithmetic for timing comparsion.

Preview: (hide)

Comments

Could you please tell us how it is related to Sage ?

tmonteil gravatar imagetmonteil ( 7 years ago )

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.)

dan_fulea gravatar imagedan_fulea ( 7 years ago )