pub fn base64_hmac_sha256(key: &[u8], content: &[u8]) -> String
Base64 encoded HMAC with SHA256 hash.