hash_md5
Computes an MD5 hash digest.
Synopsis
hash_md5(x:any, [seed=string])
Description
The hash
function calculates a hash digest of a given value x
.
x: any
The value to hash.
seed = string (optional)
The seed for the hash.
Examples
Compute an MD5 digest of a string
from { x: hash_md5("foo") }
{ x: "acbd18db4cc2f85cedef654fccc4a4d8" }
See Also
hash_sha1, hash_sha224, hash_sha256, hash_sha384, hash_sha512, hash_xxh3