Skip to content

aohzju/LFSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFSR

Generic 32-bit LFSR (Linear Feedback Shift Register) reference implementation

Two implementations are provided and tested against each other:

  1. Brute-force implementation, see class BruteforceLfsr32.
  2. Matrix style implementation, suitable for parallel computation. See class MatrixLfsr32.

LFSR reference: LFSR

About

Generic LFSR reference implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published