GF256 is an implementation of GF(2**8). This Galois Field allows you to perform finite field arithmetic on byte sized integers.
Take a look at the documentation for more information.
This library supports Python >= 3.4 and is available under a BSD license.