process abstract method

  1. @override
Uint8List process(
  1. Uint8List data
)
override

Process a whole block of data at once, returning the result in a byte array.

This call does as many calls to processBlock as needed to process all the given data and a final one to doFinal so that the padding can do its job.

Implementation

@override
Uint8List process(Uint8List data);