"Source: Text/Geometry/CrvHyp.text";
"Line: 2773";
"Date: Thu Aug 18 16:02:10 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvHyp.text, line: 2773
// Example: H134E17 ()
print "Example: H134E17";
ei := GetEchoInput();
SetEchoInput(true);
SetVerbose("JacHypCnt",true);
P<x> := PolynomialRing(GF(31));
f := x^8 + 3*x^7 + 2*x^6 + 23*x^5 + 5*x^4 + 21*x^3 + 29*x^2 + 12*x + 9;
J := Jacobian(HyperellipticCurve(f));
time #J;
SetEchoInput(ei);
