decrypt abstract method

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

Decrypt the given bytes.

Implementation

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