ec_utils/ebin/ec_utils.app
2025-01-23 14:32:20 +09:00

11 lines
545 B
Erlang

{application,ec_utils,
[{description,"Helper functions for cryptography, mostly related to elliptic curves."},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"1.0.1"},
{modules,[ecu_crypto_eqc,ed25519_eqc,eddsa_eqc,ec_utils,
ecu_crypto,ecu_ecdsa,ecu_ed25519,ecu_eddsa,ecu_misc,
ecu_secp256k1,benchmark_tests,crypto_tests,
ecdsa_tests,secp256k1_tests]}]}.