//! Per-user, per-machine derivations for broker pipe naming and SID
//! hashing.
//!
//! Phase 1 of #228 (issue #230). Two submodules:
//!
//! - [`sid`] — derives a 16-character hex blake3 hash of the caller's
//! user identity. On Windows that is the user's SID (from
//! `OpenProcessToken` → `GetTokenInformation(TokenUser)`). On Linux
//! it is `format!("{uid}:{machine_id}")`. On macOS it is
//! `format!("{uid}:{IOPlatformUUID}")`.
//! - [`names`] — uses the SID hash to build the four canonical broker
//! pipe names defined in #228.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;