pub fn peer_id_hash(peer_id: &str) -> u64
Calculate hash of peer ID for consistent hashing.
Uses a simple FNV-1a hash for performance.