Function hmac_sha1

Source
pub fn hmac_sha1<K: AsRef<[u8]>, D: AsRef<[u8]>>(key: K, data: D) -> Vec<u8> 
Expand description

Computes the HMAC using the SHA-1 algorithm.