OnFlow.Crypto.sign

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

sign(msg, private_key, opts \\ [])

View Source

Signs the message with the given private key. Options are:

  • :hash, which defaults to :sha3_256
  • :sign, which defaults to :secp256r1