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 Source

Specs

encrypt_message(
  binary(),
  [key()],
  key(),
  key(),
  Saltpack.Armor.formatting_options()
) :: binary()

encrypt a new message

recipients should contain a list of all recipient public keys. An entry may be nil for anonymous recipients.