4 Commits

Author SHA1 Message Date
6cbecfd2c6 Fully implemented Galois field arithmetic operations
- 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!
2018-03-04 09:59:25 +01:00
90fddd72de Started adding multiplicative inverse 2018-03-02 08:05:04 +01:00
341fb538a8 Started properly implementing galois 'n stuff 2018-03-01 01:14:51 +01:00
3f7eddc378 Added Galois implementation 2018-02-28 02:41:19 +01:00