Description: Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the result is LFSR(25,4),that is to say, 25 as the period, and 4 as the steps.
- [ShiftLiner] - The procedure used to realize Cryptograp
- [lfsr] - 10-bit LFSR pseudo-random series generat
- [LFSR] - By implementing a simple linear feedback
File list (Check if you may need any files):
BMalthorithm\BM.CPP
............\BMalthorithm.dsp
............\BMalthorithm.dsw
............\BMalthorithm.ncb
............\BMalthorithm.opt
............\BMalthorithm.plg
............\Debug\BM.obj
............\.....\BMalthorithm.exe
............\.....\BMalthorithm.ilk
............\.....\BMalthorithm.pch
............\.....\BMalthorithm.pdb
............\.....\vc60.idb
............\.....\vc60.pdb
............\Debug
BMalthorithm