PlugSignature.Crypto.sign

You're seeing just the function sign, go back to PlugSignature.Crypto module for more information.
Link to this function

sign(payload, algorithm, private_key)

View Source

Generates a signature.

Returns {:ok, signature} or {:error, reason}.