The algorithm uses a 128-bit key. It operates on blocks of 64 bits and consists of 5 rounds of
encryption. The round function is exceedingly simple. In each round the block is XORed with a subkey, the order of its bits is reversed, and then it is multiplied mod 264 by another subkey, which is forced to be odd.[1]