pub fn compute_hmac( key: &SecureKey, message: &[u8], ) -> Result<Vec<u8>, CryptoError>
Compute HMAC-SHA256 for a message