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