createHashBytesArray method

Uint8List createHashBytesArray()

Creates a Uint8List of the size of the hash output (sizeOfHash).

Implementation

Uint8List createHashBytesArray() => Uint8List(sizeOfHash);