Packages

XTEA encryption written in erlang with NIFs

Current section

Files

Jump to
xtea src xtea.app.src
Raw

src/xtea.app.src

{application,xtea,
[{description,"XTEA encryption written in erlang with NIFs"},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{maintainers,["Olle Mattsson <olle@rymdis.com>"]},
{licenses,["Apache License 2.0"]},
{links,[{"Github","https://github.com/rymdolle/xtea"}]}]}.