You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << " -checklevel <value> : (Optional) Will force gerbicz check every B*<value> by default check is done every 10 min and at the end." << std::endl;
83
83
std::cout << " -wagstaff : (Optional) will check PRP if (2^p + 1)/3 is probably prime" << std::endl;
84
84
std::cout << " -ecm -b1 <B1> [-b2 <B2>] -K <curves> : Run ECM factoring with bounds B1 [and optional B2], on given number of curves" << std::endl;
85
-
std::cout << " -montgomery : (Optional) use Montgomery instead of twisted Edwards curve (compute done in montgomery)" << std::endl;
86
-
std::cout << " -edwards : (Optional) use twisted Edwards curve converted to Montgomery (compute done in Montgomery)" << std::endl;
87
-
std::cout << " -ced : (Optional) use twisted Edwards compute (notorsion or torsion 2x8 possible) " << std::endl;
85
+
std::cout << " -montgomery : (Optional) compute in Montgomery and use Montgomery (compute done in montgomery)" << std::endl;
86
+
std::cout << " -edwards : (Optional) compute in Montgomery and use (twisted) Edwards curve converted to Montgomery (compute done in Montgomery)" << std::endl;
87
+
std::cout << " -ced : (Optional) compute in Edwards and use (twisted) Edwards curves (notorsion twisted or torsion 2x8 possible no twist a=1) " << std::endl;
88
88
std::cout << " -seed : (Optional) force a curve seed" << std::endl;
89
-
std::cout << " -torsion8 : (Optional) use torsion-8 instead of default torsion-16" << std::endl;
89
+
std::cout << " -torsion8 : (Optional) use torsion-8" << std::endl;
90
+
std::cout << " -torsion16 : (Optional) use torsion-16" << std::endl;
90
91
std::cout << " -notorsion : (Optional) use no torsion instead of default torsion-16" << std::endl;
91
92
92
93
//std::cout << " -brent [<d>] : (Optional) use Brent-Suyama variant with default or specified degree d (e.g., -brent 6)" << std::endl;
0 commit comments