Saltpack.encrypt_message
You're seeing just the function
encrypt_message
, go back to Saltpack module for more information.
Link to this function
encrypt_message(message, recipients, private, public \\ nil, opts \\ [])
View SourceSpecs
encrypt a new message
recipients
should contain a list of all recipient public keys.
An entry may be nil
for anonymous recipients.