Appearance
hashesEqual(a, b): boolean
a
b
boolean
Defined in: hash.ts:109
Constant-time comparison of two 32-byte hashes using crypto.timingSafeEqual. Returns false if either hash has an invalid length.
crypto.timingSafeEqual
Uint8Array