//! BRC-77 Signed Messages and BRC-78 Encrypted Messages.
//!//! This module provides standalone message signing, verification,
//! encryption, and decryption using only primitives (no network dependency).
pubmodencrypted_message;pubmodsigned_message;pubuseencrypted_message::{decrypt, encrypt};pubusesigned_message::{sign, verify};