Decrypts the given encryptedData.
encryptedData
Returns original data.
Future<List<int>> decrypt(List<int> encryptedData);