Skip to main content

hmac_sha1

Function hmac_sha1 

Source
fn hmac_sha1(key: &[u8], msg: &[u8]) -> Vec<u8> 
Expand description

HMAC-SHA1 via ring, returning the raw 20-byte tag.