Uint8List sha3256(List<int> data) { sha3Hash.reset(); return sha3Hash.process(Uint8List.fromList(data)); }