//! Security mechanisms for SIP/RTP
//!
//! This module provides security mechanisms used in SIP and RTP communications:
//!
//! - MIKEY (Multimedia Internet KEYing): Protocol for key management
//! - SDES (Security DEScriptions): Method for exchanging SRTP keys via SDP
//! - ZRTP (Z Real-time Transport Protocol): Key agreement protocol for SRTP
use crateSrtpCryptoKey;
use crateSrtpCryptoSuite;
use crateError;
/// Trait implemented by all security key exchange methods