Snapshots
We compiled the code written in C[2], in Turbo C++ version 1.01, and tested the program[3]. We decided to show the snapshots of the program that best describes and makes it easier to understand the algorithm. A simple example is shown in the snapshots below.
Fig1: The program is run and is selected to test the prelude, main and coda all together, by pressing 4. The keys J and K are both given the value 00000001 each, the final 64-bit key is 0000000100000001(hex).
Fig2: The calculations made in the prelude section. X0 and Y0 values are calculated according to the key( J and K), which are assigned to X and Y respectively. Also, the values for S and T are generated according to the key. At the end, a block of message is asked for input.



