encrypt abstract method

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

Encrypts the given data.

Returns encrypted bytes.

Implementation

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