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 SourceSpecs
sign_message( binary(), key(), key(), signature_mode(), Saltpack.Armor.formatting_options() ) :: binary()
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.