Saltpack.sign_message

You're seeing just the function sign_message, go back to Saltpack module for more information.
Link to this function

sign_message(message, private, public \\ nil, mode \\ :attached, opts \\ [])

View Source

Specs

sign a new message

This is presently considerably slower than encrypting a same-sized message and has slightly different calling semantics. Where possible, encrypt_message/5 should be preferred.