summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--points.gp2
-rw-r--r--sea.gp4
2 files changed, 3 insertions, 3 deletions
diff --git a/points.gp b/points.gp
index a59c41b..647e565 100644
--- a/points.gp
+++ b/points.gp
@@ -30,7 +30,7 @@ maxprime_order(e, o) = {
return(o);
,
return(vecmax(factor(o)));
- );
+ );
}
minprime_order(e, o) = {
diff --git a/sea.gp b/sea.gp
index 2ed449e..6679b73 100644
--- a/sea.gp
+++ b/sea.gp
@@ -83,10 +83,10 @@ small_pubkey(p,a,b) =
print_params(curve) =
{
- printf("%x,%x,%x,%x,%x,%x,%x\n", curve[1], curve[2], curve[3], curve[4], curve[5], curve[6], curve[7]);
+ printf("%x,%x,%x,%x,%x,%x,%x\n", curve[1], curve[2], curve[3], curve[4], curve[5], curve[6], curve[7]);
}
print_params_pub(curve) =
{
- printf("%x,%x,%x,%x,%x,%x,%x,%x,%x,%x\n", curve[1], curve[2], curve[3], curve[4], curve[5], curve[6], curve[7], curve[8], curve[9], curve[10]);
+ printf("%x,%x,%x,%x,%x,%x,%x,%x,%x,%x\n", curve[1], curve[2], curve[3], curve[4], curve[5], curve[6], curve[7], curve[8], curve[9], curve[10]);
}