common: Moving some bech32 related utilities to bech32_util

These were so far only used for bolt11 construction, but we'll need them for the
DNS seed as well, so here we just pull them out into their own unit and prefix
them.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker
2018-04-23 16:20:55 +02:00
parent eb42804fcc
commit c635396766
8 changed files with 49 additions and 28 deletions

View File

@@ -5,6 +5,7 @@ DEVTOOLS_TOOL_OBJS := $(DEVTOOLS_TOOL_SRC:.c=.o)
DEVTOOLS_COMMON_OBJS := \
common/bech32.o \
common/bech32_util.o \
common/bolt11.o \
common/hash_u5.o \
common/type_to_string.o \