Skeleton project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{application, ec_utils,
|
||||
[{description, "A collection of elliptic curve utility functions"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]},
|
||||
{env,[]},
|
||||
{modules, []},
|
||||
{licenses, ["MIT"]},
|
||||
{links, []}
|
||||
]}.
|
||||
@@ -0,0 +1,3 @@
|
||||
-module(ec_utils).
|
||||
|
||||
-export([]).
|
||||
Reference in New Issue
Block a user