pub fn endpoint_log_fingerprint(endpoint: &str) -> StringExpand description
Return a stable, non-reversible label for endpoint strings that may contain backend IPs, broker IPs, or private domains.
This is for log correlation only. It deliberately avoids adding crypto
dependencies to futu-core; callers must not use the output for security
decisions.