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.3"},
{applications, [jargon]},
{description, "Argon2 password hashing library for Gleam, using the reference C implementation."},
{modules, [argus,
argus@@main,
argus_nif]},
{registered, []}
]}.