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