Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Generate 6 random numbers using the following linear congruential generator with 9 as the seed: s i+1 = (4 * s i + 7) mod
Generate 6 random numbers using the following linear congruential generator with 9 as the seed: si+1 = (4 * si + 7) mod 23. What is the sequence length generated?
B. Given "010111" a 6-bit input to DES S-boxes S4, S5, and S6, determine the output of each of these S-boxes as a 4-bit binary.
C. (Points 9) Given the following LFSR of degree 4, determine the output generated in the first 7 clocks (clocks 0-6). FF3-FF0 are initialized as follows: FF3=0, FF2=0, FF1=1, FF0=1
Clk | FF3 | FF2 | FF1 | FF0 | Output |
0 | 0 | 0 | 1 | 1 | 1 |
1 |
|
|
|
|
|
2 |
|
|
|
|
|
3 |
|
|
|
|
|
4 |
|
|
|
|
|
5 |
|
|
|
|
|
6 |
|
|
|
|
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started