	// Revert if the full preimage part is not available in the data we're absorbing. The submitter must
	// supply data that contains the full preimage part so that no partial preimage parts are stored in the
	// oracle. Partial parts are *only* allowed at the tail end of the preimage, where no more data is available
	// to be absorbed.
	if (relativeOffset + 32 >= _input.length && !_finalize) revert PartOffsetOOB();
