Class LC4Decrypt is a main program that decrypts a message using the LC4
cipher. The program prints the plaintext for the given key, nonce, and
ciphertext. If the -v flag is specified, the program prints the
state of the decryption algorithm at each step.