pub fn build_proof_v21(
client_secret: &str,
timestamp: &str,
binding: &str,
body_hash: &str,
) -> StringExpand description
Build v2.1 cryptographic proof (client-side).
Formula: proof = HMAC-SHA256(clientSecret, timestamp + “|” + binding + “|” + bodyHash)