Computes a SHA3-256 hash digest.
hash_sha3_256(x:any, [seed=string]) -> stringDescription
Section titled “Description”The hash_sha3_256 function calculates a SHA3-256 hash digest for the given
value x.
Examples
Section titled “Examples”Compute a SHA3-256 digest of a string
Section titled “Compute a SHA3-256 digest of a string”from {x: hash_sha3_256("foo")}{x: "76d3bc41c9f588f7fcd0d5bf4718f8f84b1c41b20882703100b9eb9413807c01"}