[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Crypto](https://evolu.dev/docs/api-reference/common/Crypto) › TimingSafeEqual

```ts
type TimingSafeEqual = (a: Uint8Array, b: Uint8Array) => boolean;
```

Defined in: [packages/common/src/Crypto.ts:304](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Crypto.ts#L304)

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.

## See

https://nodejs.org/api/crypto.html#cryptotimingsafeequala-b