Function azure_core::hmac::hmac_sha256

source ·
pub fn hmac_sha256(data: &str, key: &Secret) -> Result<String>