doc.go raw

   1  // Package encryption contains the message encryption schemes defined in NIP-04
   2  // and NIP-44, used for encrypting the content of nostr messages.
   3  package encryption
   4