Resets the hash to its initial state.
@override Hash reset() { _init(); _finished = false; _lengthInBytes = 0; return this; }