encrypt abstract method

List<int> encrypt(
  1. List<int> data
)

Defines encryption and decryption operations for ciphers. Encrypts the given data.

Implementation

List<int> encrypt(List<int> data);