[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Storage](https://evolu.dev/docs/api-reference/common/local-first/Storage) › Fingerprint

```ts
type Fingerprint = Uint8Array & Brand<"Fingerprint">;
```

Defined in: [packages/common/src/local-first/Storage.ts:185](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Storage.ts#L185)

A cryptographic hash used for efficiently comparing collections of
[TimestampBytes](https://evolu.dev/docs/api-reference/common/local-first/Timestamp/variables/TimestampBytes)es.

It consists of the first [fingerprintSize](https://evolu.dev/docs/api-reference/common/local-first/Storage/variables/fingerprintSize) bytes of the SHA-256 hash of
one or more timestamps.