Create hash from string data
static Hash hashFromString(String data) { return doubleSha256(Uint8List.fromList(utf8.encode(data))); }