Packages

BLAKE2 hash functions - Gleam bindings for the Elixir `blake2` package.

Current section

Files

Jump to
gblake2 src gblake2.app.src
Raw

src/gblake2.app.src

{application, gblake2, [
{vsn, "1.0.1"},
{applications, [blake2,
gleam_stdlib]},
{description, "BLAKE2 hash functions - Gleam bindings for the Elixir `blake2` package."},
{modules, [gblake2,
gblake2@@main]},
{registered, []}
]}.