finite-fields

cargo version badge

A crate providing explicit syntax for non-stdlib finite field types.

details

design goals

There are two parts to the crate's design:

implementation

The implementations are not great, but they should work as a demonstration. The crate currently uses fixed-length arrays, with the idea that types be created by the programmer using macros. In other words, it stores the factored elements (the 'digits') of a number in the field as elements of a finite-length array.

roadmap

weird readings