Current section

Files

Jump to
erlffx src erlffx.app.src
Raw

src/erlffx.app.src

{application,erlffx,
[{description,"Format-Preserving Encryption - FFX"},
{vsn,"1.0.1"},
{registered,[erlffx]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{modules,[]},
{maintainers,["Guilherme Andrade"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/g-andrade/erlffx"}]}]}.