process abstract method

Uint8List process(
  1. Uint8List data
)

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);