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
sage: F = GF(2)
sage: P.<x> = PolynomialRing(F)
sage: H.<h> = GF(2^8, name='h', modulus=x^3+x+1) # 2^8 rather than 2^3
sage:
sage: len(set([h^i for i in xrange(10000)]))
21
In sage-4.7.2,
H is something - but it is not a field!
Fixed by #11784.
Component: basic arithmetic
Reviewer: David Roe
Issue created by migration from https://trac.sagemath.org/ticket/12007
The text was updated successfully, but these errors were encountered: