Skip to main content
Version: v4.24

hash_sha224

Computes a SHA-224 hash digest.

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

Description

The hash_sha224 function calculates a SHA-224 hash digest for the given value x.

Examples

Compute a SHA-224 digest of a string

from {x: hash_sha224("foo")}
{x: "0808f64e60d58979fcb676c96ec938270dea42445aeefcd3a4e6f8db"}

See Also

hash_md5, hash_sha1, hash_sha256, hash_sha384, hash_sha512, hash_xxh3