FNV-1a string hashing, homed on the Hash class.
Hash(Hash fnv-1a s)Hash a string to a 64-bit integer using the FNV-1a algorithm.
Parameters:
STRING — String to hashReturns: INT — 64-bit FNV-1a hash value
(Hash ->hex n)Convert a 64-bit signed integer to a 16-character unsigned hex string.
Parameters:
INT — 64-bit signed hash valueReturns: STRING — 16-character hexadecimal string