Function hacl::hazmat::hmac::sha1

source ยท
pub fn sha1(key: &[u8], data: &[u8]) -> [u8; 20]
Expand description

Compute HMAC.

Note that this function panics if key or data is larger than 2**32 bytes.