process abstract method
Process a whole block of blockSize bytes stored in data
at once, returning the result in a
byte array.
This call is equivalent to processBlock but it allocates the array under the hood.
Implementation
Uint8List process(Uint8List data);