encrypt abstract method

int encrypt(
  1. Uint8List inp,
  2. int inpOff,
  3. int inpLength,
  4. Uint8List out,
  5. int outOff,
)

Encrypt the given bytes.

Implementation

int encrypt(
    Uint8List inp, int inpOff, int inpLength, Uint8List out, int outOff);