pkgsrc-wip/galoisfieldarth/DESCR
Blue Rats b279d62a40 Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
2012-11-23 22:33:25 +00:00

7 lines
485 B
Text

A simple library written in the C++ language for performing arithmetic over
Galois fields.The arithmetic can be in the form of either elements or
polynomials over a specified Galois field.The library is optimised to run in one
of two modes, normal or LUT mode. In the LUT mode performance is increased
dramatically at the cost of large consumption of memory. The library can be used
in but not limited to such fields as cryptography, error correcting codes and
computational analysis.