"Source: Text/Geometry/CrvHyp.text";
"Line: 8587";
"Date: Thu Aug 18 16:02:10 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvHyp.text, line: 8587
// Example: H134E55 ()
print "Example: H134E55";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(GF(2));
C := HyperellipticCurve(x^5,P!1);
C;
tws,auts := Twists(C);
tws;
#auts; // auts is the geometric automorphism group of C
assert $1 eq 160;
SetEchoInput(ei);
