Import Bech32 C++ reference code & tests

This includes a reformatted version of the Bech32 reference code
(see https://github.com/sipa/bech32/tree/master/ref/c%2B%2B), with
extra documentation.
This commit is contained in:
Pieter Wuille
2017-08-25 18:12:39 -07:00
committed by Jack Grigg
parent 57be66d30e
commit 10e5357e8b
5 changed files with 286 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ BITCOIN_CORE_H = \
asyncrpcoperation.h \
asyncrpcqueue.h \
base58.h \
bech32.h \
bloom.h \
chain.h \
chainparams.h \
@@ -358,6 +359,7 @@ libbitcoin_common_a_SOURCES = \
amount.cpp \
arith_uint256.cpp \
base58.cpp \
bech32.cpp \
chainparams.cpp \
coins.cpp \
compressor.cpp \