Function hmac

Source
pub fn hmac(secret: &str, payload: &[u8], sha_type: &str) -> Result<Box<[u8]>>