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