Fast, deterministic, non-cryptographic hash function for strings.
Produces a 53-bit hash encoded as a 14-character hexadecimal string.
Useful for generating stable identifiers from strings with lower overhead
than a cryptographic hash.
Parameters
value: string
Returns string
Note
This function is designed for speed and consistency, not security.
It must not be used as a substitute for a cryptographic hash function.
Fast, deterministic, non-cryptographic hash function for strings.
Produces a 53-bit hash encoded as a 14-character hexadecimal string. Useful for generating stable identifiers from strings with lower overhead than a cryptographic hash.