mattames / LFSR

Simple LFSR implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 100.0%