added Galois field arithmetic

This commit is contained in:
Ahmet Inan 2018-09-20 14:06:57 +02:00
commit 2a7fa2b7b7
3 changed files with 352 additions and 0 deletions

View file

@ -31,3 +31,7 @@ Here a [Pseudorandom number generator](https://en.wikipedia.org/wiki/Pseudorando
When dealing with unaligned and arbitrary-bit-sized elements in a data stream, the bitwise stream container might help avoiding some headaches.
### [galois_field.hh](galois_field.hh)
We have to thank Évariste Galois' contribution of the [Finite field](https://en.wikipedia.org/wiki/Finite_field) to mathematics, which laid the cornerstone for a variety of applications that we take for granted today.