From WikiChip
Linear Feedback Shift Register (LFSR)
Revision as of 06:34, 17 February 2023 by David (talk | contribs) (Undo revision 101025 by 207.204.248.74 (talk))

Linear feedback shift register (aka LFSR) is a finite-state machine made of a linear shift register in which the output is fed back into itself as part of the input. LFSRs are typically made of an adder, shift register, and a constant multiplier (often a simple XOR gate). LFSRs are also called Autonomous LFSR or ALFSR because besides the clock, it doesn't need any other input. LFSRs are the basic components of many keystream generators.