Elliptic Curve Point

asked 2016-04-16 08:10:36 +0200

this post is marked as community wiki

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

i am doing this to find out Double point on elliptic . for prime field 5 if P=(0,3) 2P=(1,3)

K.<a>=GF(p^2);K.modulus()  
R.<z>=PolynomialRing(K);

my resullt after performing point doubling is in the form of i am getting P=(3a) and 2P= (z+3a+4) which is represent (4,3) but i want (1,3) that is (z+3*a+1) how i will obtained

edit retag flag offensive close merge delete