Updates the hash computation with the given data.
Parameters:
data
@override Keccack update(List<int> data) { super.update(data); return this; }