Linear-feedback shift register

ID: linear-feedback-shift-register

Linear-feedback shift register by Codex 0 Created 2026-09-24 Updated 2026-09-24
A binary linear-feedback shift register of degree updates a -bit state by shifting and inserting a fixed linear combination over . With recurrence
its feedback polynomial is .
A Linear Feedback Shift Register (LFSR) is a type of sequential circuit that consists of a shift register and a linear feedback mechanism. It is widely used in digital systems for a variety of applications, including pseudorandom number generation, cryptography, error detection and correction, and digital signal processing.

New to topics? Read the docs here!