scuttlebot plugin for indexing private "share" messages.
Publish encrypted private messages to one or more recipients. Behaves similar to Scuttlesbot's publish
method, but also takes an array of recipients (ssb public keys) and an array of links to send.
Decrypt a share message using your private key. Returns the decrypted message.
Returns a stream of "share" messages. Takes query options similar to ssb-query.
This plugin is heavily based on ssb-private
MIT