//! Distributed Hash Table implementations
//!
//! This module provides the DHT as a **peer phonebook**: routing table,
//! peer discovery, liveness, and trust-weighted selection. Data storage
//! and replication are handled by the application layer (saorsa-node).
// Re-export core engine types
pub use ;
/// DHT key type (256-bit)
pub type Key = ;