Created
October 24, 2017 08:13
-
-
Save lengyijun/8503054e7cec0c4c466a4f5cc934dff9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clear; | |
Fq:=GF(59); | |
a:=1; b:=0; | |
E:=EllipticCurve([Fq|a,b]); | |
P:=E![25,29]; | |
pi:=FrobeniusMap(E); | |
pi(P) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
y^2=x^3+x