bool isChecksumTooShort(int separatorPosition, String input) { return (input.length - separatorPosition - 1 - checksumLength) < 0; }