"Source: Text/Geometry/CrvEllFldFin.text";
"Line: 638";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvEllFldFin.text, line: 638
// Example: H129E5 ()
print "Example: H129E5";
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);
