//! Encrypted Media support for the Marmot protocol
//!
//! This module implements the Encrypted Media specification from the Marmot protocol (04.md),
//! providing functionality for secure media sharing within MLS groups on Nostr.
//!
//! The Encrypted Media feature allows group members to share media files (images, videos, etc.)
//! in a secure manner, leveraging the MLS group's encryption keys and Nostr's event system.
// Internal modules
// Re-export public API
pub use ;
pub use EncryptedMediaManager;
// Re-export constants that users might need
pub use ;