Skip to content

hash

FNV-1a hashing of strings.

hash.fnv1a(text: string): integer

Returns the 64-bit FNV-1a hash of text.

hash.fnv1a32(text: string): integer

Returns the 32-bit FNV-1a hash of text.