Computes a SHA-224 hash digest.
hash_sha224(x:any, [seed=string]) -> stringDescription
Section titled “Description”The hash_sha224 function calculates a SHA-224 hash digest for the given value
x.
Examples
Section titled “Examples”Compute a SHA-224 digest of a string
Section titled “Compute a SHA-224 digest of a string”from {x: hash_sha224("foo")}{x: "0808f64e60d58979fcb676c96ec938270dea42445aeefcd3a4e6f8db"}