Hashes data in one call.
data
Uint8List hash(List<int> data) { final s = start(); s.update(data); return s.finish(); }