Packaging for zx, removing extraneous bits
This commit is contained in:
@@ -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"}]}]}.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user