1 2 3 4
//! D1 — DM body encryption (RFC-006). See `wire_x25519` for the crypto core //! and `docs/rfc/0006-d1-nip44-design.md` for the design. pub mod wire_x25519;