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