pub fn compute_hmac( hmac_key: &[u8], header_bytes: &[u8], secrets_bytes: &[u8], ) -> Result<Vec<u8>>
Compute HMAC-SHA256 over header + secrets bytes.