Defines encryption and decryption operations for ciphers. Encrypts the given data.
List<int> encrypt(List<int> data);