Cryptanalysis of Linear Feedback Shift Registers: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Problem Description== == Bounds Chart == 350px == Step Chart == 350px == Improvement Table == {| class="wikitable" style="text-align:center;" width="100%" !width="20%" | Complexity Classes !! width="40%" | Algorithm Paper Links !! width="40%" | Lower Bounds Paper Links |- | rowspan="1" | Exp/Factorial | | |- | rowspan="...") |
No edit summary |
||
Line 1: | Line 1: | ||
== | {{DISPLAYTITLE:Cryptanalysis of Linear Feedback Shift Registers (Cryptanalysis of Linear Feedback Shift Registers)}} | ||
== Description == | |||
Find the shortest linear feedback shift register that can generate a given finite sequence of digits. | |||
== | == Parameters == | ||
== | No parameters found. | ||
== Table of Algorithms == | |||
{| class="wikitable sortable" style="text-align:center;" width="100%" | |||
! Name !! Year !! Time !! Space !! Approximation Factor !! Model !! Reference | |||
|- | |- | ||
| | |||
| | | [[Berlekamp–Massey algorithm (Cryptanalysis of Linear Feedback Shift Registers Cryptanalysis of Linear Feedback Shift Registers)|Berlekamp–Massey algorithm]] || 1969 || $O(n^{2})$ || $O(N)$? || Exact || Deterministic || [https://ieeexplore-ieee-org.ezproxy.canberra.edu.au/document/1054260 Time] | ||
| | |||
|- | |- | ||
| | |} | ||
== Time Complexity graph == | |||
[[File:Cryptanalysis of Linear Feedback Shift Registers - Time.png|1000px]] | |||
| | == Space Complexity graph == | ||
[[File:Cryptanalysis of Linear Feedback Shift Registers - Space.png|1000px]] | |||
== Pareto Decades graph == | |||
| | [[File:Cryptanalysis of Linear Feedback Shift Registers - Pareto Frontier.png|1000px]] | ||
Revision as of 10:23, 15 February 2023
Description
Find the shortest linear feedback shift register that can generate a given finite sequence of digits.
Parameters
No parameters found.
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Berlekamp–Massey algorithm | 1969 | $O(n^{2})$ | $O(N)$? | Exact | Deterministic | Time |
Time Complexity graph
Error creating thumbnail: Unable to save thumbnail to destination
Space Complexity graph
Error creating thumbnail: Unable to save thumbnail to destination
Pareto Decades graph
Error creating thumbnail: Unable to save thumbnail to destination