Function crypto::macs::hmac::HMAC_SHA256[][src]

pub fn HMAC_SHA256(data: &[u8], key: &[u8], mac: &mut [u8; 32])
This is supported on crate features hmac and sha only.