Consider the DES encryption where the same bit pattern for plain text and key k is given bel
Consider the DES encryption where the same bit pattern for plain text and key k is given below as :
In hexadecimal notation: 0 1 2 3 4 5 6 7 8 9 A B C D E F
In binary notation: 0000 0001 0010 0011 0100 0101 0110 0111
1000 1001 1010 1011 0100 1101 1110 1111
I. Derive K1, the first-round subkey
II. Derive L0, R0
III.Perform single round DES encryption and derive L1,R1