Function timingSafeStringEq

  • Compares two strings in time safe manner, if they length is the same.

    !!!IT IS NOT CHECKED, AND ACTUALLY MAY NOT BE CONSTANT-TIME!!!

    Parameters

    • a: string
    • b: string

    Returns boolean

Generated using TypeDoc