Skip to main content

hmac_sha1_hex

Function hmac_sha1_hex 

Source
fn hmac_sha1_hex(key: &[u8], msg: &[u8]) -> String
Expand description

Lowercase hex HMAC-SHA1 (str_util.to_hex(ngx_hmac_sha1(key, msg))).