Synclets logoSynclets

getHash

The getHash function produces a Hash for a given string payload.

getHash(string: string): Hash
TypeDescription
stringstring

The string to hash.

returnsHash

A Hash string representing the payload.

This function generates a deterministic hash value used in Merkle tree construction for efficient synchronization. The hash is computed using a fast, non-cryptographic algorithm suitable for detecting data changes.

Since

v0.0.0