"Source: Text/Geometry/CrvEllFldFin.text";
"Line: 638";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvEllFldFin.text, line: 638
// Example: H132E5 ()
print "Example: H132E5";
ei := GetEchoInput();
SetEchoInput(true);
SetVerbose("ECDom", 1);
F := FiniteField(2, 196);
E,P,ord,h := CryptographicCurve(F);
ord; h;
E,P,ord,h := CryptographicCurve(F : OrderBound := 2^195);
ord; h;
ValidateCryptographicCurve(E, P, ord, h);
SetEchoInput(ei);
