DasIch / gf256

A Python implementation of GF(2 ** 8)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Python implementation of GF(2 ** 8)

License:Other


Languages

Language:Python 100.0%