TWHasher typedef

TWHasher = Uint8List Function(Uint8List data)

Hasher function type.

Implementation

typedef TWHasher = Uint8List Function(Uint8List data);