rvoip-rtp-core 0.1.3

RTP packet encoding/decoding, RTCP support for rvoip
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;