content/flux/v0/stdlib/contrib/qxip/hash/hmac.md
hash.hmac() converts a string value to an MD5-signed SHA-1 hash.
(k: A, v: A) => string
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}}) String to hash.
({{< req >}}) Key to sign hash.
import "contrib/qxip/hash"
hash.hmac(v: "helloworld", k: "123456")// Returns 75B5ueLnnGepYvh+KoevTzXCrjc=