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