Skip to content

mattames/LFSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFSR

Simple LFSR implementation written in C.

This is a simple bit of code that implements a maximal length 64-bit LFSR. The polynomial is one that is defined in the standards document TIA.102-AAAD-A.

The code is designed to provide an initialisation vector (or pseudo-random nonce) which in the context of TIA.102-AAAD-A is called a MI or "Message Indicator".

About

Simple LFSR implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages