79241290

Date: 2024-12-01 09:50:57
Score: 1
Natty:
Report link

The first line declares a Galois field. The second line declares a field member.

k.<a> = GF(2^8, modulus=x^8+x^4+x^3+x+1)
k.from_integer(0b1010101)

It outputs:

a^6 + a^4 + a^2 + 1
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Robert