Metadata-Version: 1.1
Name: GF256
Version: 0.1.0
Summary: An implementation of GF(2**8)
Home-page: https://github.com/DasIch/gf256/
Author: Daniel Neuhäuser
Author-email: ich@danielneuhaeuser.de
License: UNKNOWN
Description: GF256
        =====
        
        .. 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://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/
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
