[][src]Function rc_crypto::hmac::sign

pub fn sign(key: &SigningKey, data: &[u8]) -> Result<Signature>

Calculate the HMAC of data using key.