Replace DecodeBase58/EncodeBase58 with direct implementation.

This removes the bignum/OpenSSL dependency.

The base58 transformation code is also moved to a separate .cpp file.
This commit is contained in:
Pieter Wuille
2014-04-12 23:34:00 +02:00
parent 4a102fa9d9
commit b58be132c9
3 changed files with 101 additions and 93 deletions

View File

@@ -121,6 +121,7 @@ libbitcoin_wallet_a_SOURCES = \
$(BITCOIN_CORE_H)
libbitcoin_common_a_SOURCES = \
base58.cpp \
allocators.cpp \
chainparams.cpp \
core.cpp \