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