Code referencelibcryptolib/crypto/tokensfunctionsFunction: safeEqual()On this pageFunction: safeEqual() safeEqual(a, b): boolean Defined in: src/lib/crypto/tokens.ts:27 Constant-time comparison of two equal-length strings (avoids timing leaks on hash compares). Parameters a string b string Returns boolean