| |
| | Initial Observations on the SkipJack Encryption Algorithm |
 | | The published description of SkipJack characterizes the rounds as either Rule A or Rule B. Each round is described in the form of a linear feedback shift register with additional non linear keyed G permutation. |
 | | SkipJack applies eight rounds of Rule A, followed by eight rounds of Rule B, followed by another eight rounds of Rule A, followed by another eight rounds of Rule B. The Software implementation becomes simpler and more efficient if we unroll the rounds, and keep the four elements in the shift register stationary. |
 | | We found for this cipher a 16-round characteristic with considerably higher probability of about 2^{-52.1} rather than about 2^{-72.9} in the case of SkipJack (this characteristic's plaintext difference is (0,0, a,0, a,b, 0,0)). |
| www.cs.technion.ac.il /~biham/Reports/SkipJack/note1.html (1543 words) |
|