Computes hash of input bytes.
input should be the data to hash as a Uint8List. Returns the hash output as a Uint8List.
input
Future<Uint8List> hash(Uint8List input);