hmac

Function hmac 

Source
pub fn hmac(key: &HashType, data: &[u8]) -> HashType
Expand description

Computes the HMAC-SHA256 using the given key and data