Packages

RSASSA-PSS Public Key Cryptographic Signature Algorithm for Erlang and Elixir.

Current section

Files

Jump to
crypto_rsassa_pss src crypto_rsassa_pss.app.src
Raw

src/crypto_rsassa_pss.app.src

{application,crypto_rsassa_pss,
[{description,"RSASSA-PSS Public Key Cryptographic Signature Algorithm for Erlang and Elixir."},
{vsn,"2.0.0"},
{id,"git"},
{registered,[]},
{applications,[kernel,stdlib,crypto,asn1,public_key]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/potatosalad/erlang-crypto_rsassa_pss"}]}]}.