Function hmac_sha256

Source
pub fn hmac_sha256(key: &[u8], data: &str) -> Result<Vec<u8>>