API reference › @evolu/common › local‑first/Storage › Fingerprint
type Fingerprint = Uint8Array & Brand<"Fingerprint">;
Defined in: packages/common/src/local-first/Storage.ts:185
A cryptographic hash used for efficiently comparing collections of TimestampByteses.
It consists of the first fingerprintSize bytes of the SHA-256 hash of one or more timestamps.