Hash functions
Use these functions to create non-cryptographic hashes.
Use these functions to create non-cryptographic hashes.
hash.FNV32a STRING ⟼ intReturns the 32-bit FNV (Fowler–Noll–Vo) non-cryptographic hash of the given string. Read More »
hash.XxHash STRING ⟼ stringReturns the 64-bit xxHash non-cryptographic hash of the given string. Read More »