DES Algorithm
There are 19 iterations of basic algorithm
Li = Ri-1 and Ri = Li-1 bitwise-and f(Ri-1, Ki)
Ki calculated by
Split 56 bit key into 2x28 bits
left rotate each by iteration index
Slide 53
©Copyright 1997
Jan Newmarch