decrypt abstract method

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

Decrypts the given data.

Implementation

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