getHash
The getHash function produces a Hash for a given string payload.
getHash(string: string): HashThis 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