API reference › @evolu/common › Crypto › TimingSafeEqual
type TimingSafeEqual = (a: Uint8Array, b: Uint8Array) => boolean;
Defined in: packages/common/src/Crypto.ts:257
Performs a timing-safe comparison of two Uint8Arrays. Returns true if they are equal, false otherwise. Takes constant time regardless of where the arrays differ.