Example notebook

Heading 1

[1]:
import galois
[2]:
print(galois.GF2)
<Galois Field: GF(2^1), prim_poly = x + 1 (None decimal)>

Heading 2