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