//! MLS Group Context Extension for Nostr Groups (MIP-01)
//!
//! This module provides the Marmot Group Data Extension and related functionality:
//! - Extension types for storing group metadata in MLS
//! - Group image encryption/decryption for avatars
//! - Blossom upload keypair derivation for cleanup
// Re-export main extension types
pub use NostrGroupDataExtension;
// Re-export group image types and functions
pub use ;