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