Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 861 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 861 Bytes

GF256

https://travis-ci.org/DasIch/gf256.svg?branch=master https://ci.appveyor.com/api/projects/status/l6n5t78x6op8lqug?svg=true 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.