Packaging for zx, removing extraneous bits

This commit is contained in:
2025-01-21 12:24:56 +09:00
parent becd654c8b
commit 6ba309bdb9
7 changed files with 22 additions and 22 deletions
-11
View File
@@ -1,11 +0,0 @@
{application, base58,
[
{description, "A simple Erlang module to perform Base58 encoding and decoding"},
{vsn, "0.0.1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/aeternity/erl-base58"}]}]}.
+1
View File
@@ -7,6 +7,7 @@
%%
%% This module is distributed under an Apache 2.0 Licence
-module(base58).
-vsn("0.1.1").
-export([check_base58/1, binary_to_base58/1, integer_to_base58/1, base58_to_integer/1, base58_to_binary/1]).
%% @doc This is an internal function that encodes the equivalent base58 number