Packages

Ed25519 signature functions - Gleam bindings for the Elixir `ed25519` package.

Current section

Files

Jump to
ged25519 src ged25519.app.src
Raw

src/ged25519.app.src

{application, ged25519, [
{vsn, "1.0.0"},
{applications, [ed25519,
gleam_stdlib]},
{description, "Gleam bindings for the Elixir `ed25519` package."},
{modules, [ged25519,
ged25519@@main]},
{registered, []}
]}.