./wip/galoisfieldarth, Galois Field Arithmetic Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2006, Package name: GaloisFieldArithmetic-2006, Maintainer: jihbed.research

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.


Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:33:26 by othyro | Files touched by this commit (50)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-01-19 15:00:00 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import GaloisFieldArithmetic-2006 as wip/galoisfieldarth.

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.