Back

hash (clj)

(source)

function

(hash input engine-or-options)
Generate hmac digest for arbitrary input data, a secret key and hash algorithm. If algorithm is not supplied, sha256 will be used as default value.

Examples