Packages

Argon2 password hashing library for Gleam, using the reference C implementation.

Current section

Files

Jump to
argus src argus.app.src
Raw

src/argus.app.src

{application, argus, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
jargon,
startest]},
{description, "Argon2 password hashing library for Gleam, based on the reference C implementation."},
{modules, [argus]},
{registered, []}
]}.