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