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

@@ -48,6 +48,7 @@ BITCOIN_TESTS =\
test/base32_tests.cpp \
test/base58_tests.cpp \
test/base64_tests.cpp \
test/bech32_tests.cpp \
test/bip32_tests.cpp \
test/bloom_tests.cpp \
test/checkblock_tests.cpp \