//! Handshake primitives for building custom protocols.
//!
//! This module provides composable building blocks for implementing
//! custom handshake protocols like PQXDH. These primitives handle:
//! - Multi-input key derivation functions
//! - Transcript hashing utilities
//! - Prekey bundle ASN.1 structures
pub use ;
pub use ;
pub use transcript_hash;