Finalizes the hash computation and stores the hash state in the provided out.
out
Parameters:
List<int>
@override Hash finish(List<int> out) { stream(out); return this; }