# hmac_sha256_hex Returns the lowercase hexadecimal HMAC-SHA-256 digest. :example print(hmac_sha256_hex("key", "data"), "\n"); :see >noise