crypto.FNV32a
Syntax
crypto.FNV32a STRING ⟼ int
This function calculates the 32 bit FNV1a hash of a given string according to the specification:
{{ crypto.FNV32a "Hello world" }} → 1498229191
crypto.FNV32a STRING ⟼ int
This function calculates the 32 bit FNV1a hash of a given string according to the specification:
{{ crypto.FNV32a "Hello world" }} → 1498229191