//! Authentication module for rvoip-sip
//!//! Re-exports SIP Digest authentication from auth-core.
//! This follows SIP industry best practices where authentication is a shared module.
// Re-export client-side digest authentication from auth-core
pubuservoip_auth_core::{
DigestAlgorithm, DigestChallenge, DigestClient as DigestAuth, DigestComputed,};