Skip to content

Computes a SHA-224 hash digest.

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

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

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

Last updated: