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