Stellar.KeyPair.Spec behaviour (Elixir Stellar Base v0.1.3) View Source

Specifies the behaviour for KeyPair generators. This Library allows you to use any crypto package of your choice. The default is Ed25519.

Link to this section Summary

Link to this section Callbacks

Specs

from_secret(String.t()) :: {String.t(), String.t()}

Specs

random() :: {String.t(), String.t()}