Ed25519 v1.0.2 Ed25519 View Source
Ed25519 signature functions
This is mostly suitable as part of a pure Elixir solution.
Link to this section Summary
Functions
derive the public signing key from the secret key
Generate a secret/public key pair
Sign a message
validate a signed message
Link to this section Types
public or secret key
computed signature
Link to this section 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.
validate a signed message