pub fn format_peer_id(pubkey_hex: &str) -> String
Format a peer ID from a hex-encoded public key.
The actual key derivation is platform-specific; this function only defines the canonical format: "peer-{first 16 hex chars}".
"peer-{first 16 hex chars}"