Skip to content

Computes a SHA3-256 hash digest.

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

The hash_sha3_256 function calculates a SHA3-256 hash digest for the given value x.

from {x: hash_sha3_256("foo")}
{x: "76d3bc41c9f588f7fcd0d5bf4718f8f84b1c41b20882703100b9eb9413807c01"}

hash_md5, hash_sha1, hash_sha224, hash_sha256, hash_sha384, hash_sha512, hash_sha3_224, hash_sha3_384, hash_sha3_512, hash_xxh3

Last updated: