Metadata-Version: 2.1
Name: GaloisField
Version: 0.1.0
Summary: Galois Finite Field Implementation in Python 3
Home-page: https://github.com/haverzard/GaloisField
Author: haverzard
Author-email: yonatanviody@gmail.com
License: UNKNOWN
Description: 
        Galois Field (GF) is a field contains a finite number of elements. There are 2 types of Galois Field:
        1. Prime Field (m = 1)
        2. Extension Field (m != 1)
        
        In prime field, elements are integer within [0, p-1] range. Prime field have a prime `p` that limits our value so it will always be within the field.
        
        In extension field, elements can be polynomials with maximum degree of (m-1). Extension field have a prime `p` and prime polynomial (irreducible) that limits our polynomial and its values so it will always be within the field.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
