pub fn stable_key_hash(key: &[u8]) -> u64Expand description
Stable, seedless 64-bit hash for shard routing (FNV-1a). Not for adversarial input — routing only. Stability across processes, versions, and platforms is a contract: changing this function reshuffles shards.