Skip to main content
Version: Next

hash_xxh3

Computes an XXH3 hash digest.

hash_xxh3(x:any, [seed=string]) -> string

Description

The hash_xxh3 function calculates a 64-bit XXH3 hash digest for the given value x.

Examples

Compute an XXH3 digest of a string

from {x: hash_xxh3("foo")}
{x: "ab6e5f64077e7d8a"}

See Also

hash_md5, hash_sha1, hash_sha224, hash_sha256, hash_sha384, hash_sha512