Skip to main content

endpoint_log_fingerprint

Function endpoint_log_fingerprint 

Source
pub fn endpoint_log_fingerprint(endpoint: &str) -> String
Expand 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.