pub const MAX_NIP44_WRITER_PLAINTEXT_BYTES: usize = 65_535;Expand description
Maximum plaintext size emitted by the Softchat NIP-44 v2 writer.
Released Android and iOS clients use the legacy two-byte length prefix, so
writers remain at its complete u16 range until both clients accept the
extended format.