Current section
Files
Jump to
Current section
Files
src/sha3.app.src
{application,sha3,
[{description,"FIPS-202 compliant SHA-3 hash function NIF"},
{vsn,"2.0.0"},
{modules,[sha3,hex2bin]},
{files,["Makefile","src","c_src","rebar*","README.md"]},
{registered,[]},
{applications,[kernel,stdlib]},
{maintainers,["Benjamin Black","Adan Sanchez de Pedro"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/aesedepece/sha3"}]},
{env,[]}]}.