Packages

Secure password hashing, powered by Argon2

Current section

Files

Jump to
aragorn2 src aragorn2.app.src
Raw

src/aragorn2.app.src

{application, aragorn2, [
{vsn, "0.0.2"},
{applications, [gleam_stdlib,
startest]},
{description, "Secure password hashing, powered by Argon2"},
{modules, [aragorn2]},
{registered, []}
]}.