Skip to content

Instantly share code, notes, and snippets.

@lengyijun
Created October 24, 2017 08:13
Show Gist options
  • Save lengyijun/8503054e7cec0c4c466a4f5cc934dff9 to your computer and use it in GitHub Desktop.
Save lengyijun/8503054e7cec0c4c466a4f5cc934dff9 to your computer and use it in GitHub Desktop.
clear;
Fq:=GF(59);
a:=1; b:=0;
E:=EllipticCurve([Fq|a,b]);
P:=E![25,29];
pi:=FrobeniusMap(E);
pi(P)
@lengyijun
Copy link
Author

y^2=x^3+x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment