compute_hmac

Function compute_hmac 

Source
pub fn compute_hmac(
    key: &SecureKey,
    message: &[u8],
) -> Result<Vec<u8>, CryptoError>
Expand description

Compute HMAC-SHA256 for a message