fn hmac_sha1_hex(key: &[u8], msg: &[u8]) -> String
Lowercase hex HMAC-SHA1 (str_util.to_hex(ngx_hmac_sha1(key, msg))).
str_util.to_hex(ngx_hmac_sha1(key, msg))