PayFanout API reference
    Preparing search index...

    Function constantTimeEqual

    • 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.

      Parameters

      • a: string
      • b: string

      Returns boolean