You are on page 1of 2

Round 10

right side 10100000101011001010010111100100


left side 0010 1001 0011 0000 0110 0010 1001 0011

Make expansion permutation for right side

1010000101011001010010111111001001010101011110010001
01

Then apply 1 left shift


a=0010001100111100000111100001

b=01011101 00110111001000111011

a=0100011001111000001111000010

b=1011101 001101110010001110110

permutation by make 48bit

011011001110010111000111100000011101010100110010

apply XOR with the key

110101001110011011000110000001000000000000000011

Make 32 by using s box

10110101111010010010011000001101

Make XOR with left side

10010111111110010011111010001110
The result in right side 10010111111110010011111010001110

The result in left side 10100000101011001010010111100100

You might also like