rvoip-rtp-core 0.2.4

RTP/RTCP protocol implementation for the rvoip stack
Documentation
1
2
3
4
5
6
7
8
9
10
//! DTLS cryptographic operations
//!
//! This module contains the cryptographic operations for DTLS.

pub mod cipher;
pub mod keys;
pub mod verify;

// Re-export key types
pub use keys::DtlsKeyingMaterial;