ArkEcosystem Elixir Crypto v0.1.1 ArkEcosystem.Crypto.Utils.Message View Source

Link to this section Summary

Link to this section Functions

Link to this function sign(message, passphrase) View Source
sign(String.t(), String.t()) :: Map.t()
Link to this function to_json(message, signature, public_key) View Source
Link to this function to_params(message, signature, public_key) View Source
Link to this function verify(message, signature, public_key) View Source
verify(String.t(), String.t(), String.t()) :: Boolean.t()