pub fn generate_60bit_token(bytes: &[u8]) -> u64
Generates a deterministic, collision-resistant 60-bit token from a raw byte stream. Uses a custom FNV-1a inspired hash restricted to 60 bits.