Uint8List hashString(String str) { final data = Uint8List.fromList(utf8.encode(str)); return hash(data); }