Function new_hmac_sha1

Source
pub fn new_hmac_sha1<K: AsRef<[u8]>>(key: K) -> HmacSha1
Expand description

Creates HMAC using the SHA-1 algorithm.

ยงPanics

HMAC accepts any key length, which means this function will not panic.