Skeleton project

This commit is contained in:
Hans Svensson
2022-01-13 15:30:16 +01:00
commit 864c42ed8c
6 changed files with 63 additions and 0 deletions
+10
View File
@@ -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, []}
]}.
+3
View File
@@ -0,0 +1,3 @@
-module(ec_utils).
-export([]).