//! Authentication framework for BSV SDK.
//!
//! Implements BRC-31 Authrite mutual authentication protocol with
//! session management, certificate handling, and authenticated transports.
pub use AuthError;
pub use SessionManager;
pub use *;
pub use ;
pub use Peer;