[][src]Function parity_crypto::hmac::sign

pub fn sign<T>(k: &SigKey<T>, data: &[u8]) -> Signature<T>

Compute HMAC signature of data.