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