Connecting Tech Pros Worldwide Help | Site Map

Galois field arithmetic libraries in C++

  #1  
Old July 22nd, 2005, 05:44 PM
Sherrie Laraurens
Guest
 
Posts: n/a
Hi,

I'm after a good "free" galois field library in c++,
something where I can do polynomial operations such as
add,sub,mul and div and may be even remainder.

does anyone have any experience with such libraries?


cheers

-sherrie
  #2  
Old July 22nd, 2005, 05:45 PM
Arash Partow
Guest
 
Posts: n/a

re: Galois field arithmetic libraries in C++


Hello,

I've just recently finished writing a Galois field arithmetic library
in c++, it allows for addition, subtraction, multiplication, division,
modulus, left and right shifting for polynomials and similar functionality
for elements.

The library can be used in many areas such as coding theory, error correcting
codes and cryptography just to name a few. The library also uses look-up
tables to increase performance, if you would like more information visit:

http://www.partow.net/projects/galois/index.html



Arash Partow

__________________________________________________
Be one who knows what they don't know,
Instead of being one who knows not what they don't know,
Thinking they know everything about all things.
http://www.partow.net





[color=blue]
> Hi,
>
> I'm after a good "free" galois field library in c++,
> something where I can do polynomial operations such as
> add,sub,mul and div and may be even remainder.
>
> does anyone have any experience with such libraries?
>
>
> cheers
>
> -sherrie[/color]
Closed Thread