Current section
Files
Jump to
Current section
Files
src/erlffx.app.src
{application,erlffx,
[{description,"Format-Preserving Encryption - FFX"},
{vsn,"1.1.1"},
{registered,[erlffx]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/g-andrade/erlffx"},
{"GitLab","https://gitlab.com/g-andrade/erlffx"}]}]}.