aboutsummaryrefslogtreecommitdiff
path: root/src/base58.cpp
Commit message (Collapse)AuthorAgeFilesLines
* base58: add paranoid return value checksJeff Garzik2014-08-281-5/+4
| | | | Rebased-From: 88df548
* Move base58.h implementation code to base58.cppPieter Wuille2014-07-091-0/+183
| | | | | Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From: f6b7c64
* Replace DecodeBase58/EncodeBase58 with direct implementation.Pieter Wuille2014-05-291-0/+91
This removes the bignum/OpenSSL dependency. The base58 transformation code is also moved to a separate .cpp file.