- Uses reference to Galois.h
- Essentially a translated copy of my ServerProject (C#) implementation
- There are almost no comments. Sorry. I'll add them later
Added some support functions to Galois
Added AES dependency to test project
Changed includes to be independent from filesystem naming (changed from absolute paths to macros)
- Changed static "size_t"-type to a define to allow for compiling with different data types
- Added modular arithmetic operation to protected section
- Added a simplified constructor for supplying literals
Probably some other things I didn't think were worth mentioning
NOTE: Galois-field code may be unstable!