c code for elliptic curve point addition and point doubling arithmetic

asked 2017-10-28 15:41:26 +0100

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.

edit retag flag offensive close merge delete

Comments

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

tmonteil gravatar imagetmonteil ( 2017-10-28 21:40:09 +0100 )edit

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 ( 2017-10-30 20:47:25 +0100 )edit