Finite Field python package

Python classes for generating and operating on finite fields.

The package currently contains a single module: SmallField.py: small (up to 2^28 element) finite field class based on table lookup. Should run unmodified on 64 bit machines and handle up to available RAM. The SmallField.py file has an example of creating and working in a field at the end. You can watch it work by running "python SmallField.py".

Future versions should be able to handle larger fields. Look for new versions on this page.

Download


Troglodita approved!

Humberto Ortiz Zuazaga
humberto@hpcf.upr.edu

Most recent change: 2005/1/2 at 21:39
Generated with GTML