Constant-time string comparison (XOR-accumulate over UTF-8 bytes). Length mismatches return false immediately — same observable behavior as timingSafeEqual guarded by a length check.
Constant-time string comparison (XOR-accumulate over UTF-8 bytes). Length mismatches return false immediately — same observable behavior as timingSafeEqual guarded by a length check.