.. image:: https://travis-ci.org/DasIch/gf256.svg?branch=master :target: https://travis-ci.org/DasIch/gf256
.. image:: https://ci.appveyor.com/api/projects/status/l6n5t78x6op8lqug?svg=true :target: https://ci.appveyor.com/project/DasIch/gf256
.. image:: https://codecov.io/gh/DasIch/gf256/coverage.svg :target: https://codecov.io/gh/DasIch/gf256/coverage.svg
.. image:: https://readthedocs.org/projects/gf256/badge/?version=latest :target: http://gf256.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
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.
.. _documentation: http://gf256.readthedocs.io/