Hasher typedef

Hasher = void Function(Uint8List out, Uint8List m)

Implementation

typedef Hasher = void Function(Uint8List out, Uint8List m);