processBytes abstract method
Process len bytes of data given by inp and starting at offset inpOff.
The resulting cipher text is put in out beginning at position outOff.
Implementation
void processBytes(
Uint8List inp, int inpOff, int len, Uint8List out, int outOff);