Ed25519 v0.2.4 Ed25519
Ed25519 signature functions
This is mostly suitable as part of a pure Elixir solution.
Summary
Functions
derive the public signing key from the secret key
Generate a secret/public key pair
Sign a message
validate a signed message
Types
Functions
derive the public signing key from the secret key
Generate a secret/public key pair
Returned tuple contains {random_secret_key, derived_public_key}
Sign a message
If only the secret key is provided, the public key will be derived therefrom. This adds significant overhead.