Generic 32-bit LFSR (Linear Feedback Shift Register) reference implementation
Two implementations are provided and tested against each other:
- Brute-force implementation, see class BruteforceLfsr32.
- Matrix style implementation, suitable for parallel computation. See class MatrixLfsr32.