aboutsummaryrefslogtreecommitdiff
path: root/src/base58.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Use prefix operator in for loop of DecodeBase58.Jiaxing Wang2016-09-161-1/+1
* base58: Improve DecodeBase58 performance.Jiaxing Wang2016-09-151-3/+7
* CBase58Data::SetString: cleanse the full vectorKaz Wesley2016-04-211-1/+1
* Improve EncodeBase58 performanceJoão Barbosa2016-03-091-3/+8
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* openssl: abstract out OPENSSL_cleanseCory Fields2015-02-151-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-2/+2
* Fixing out of bounds error in GetKey()ENikS2014-09-231-1/+2
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-49/+80
* Broken addresses on command line no longer trigger testnet.Ross Nicoll2014-08-301-2/+6
* ensure clean and consistent "namespace" usagePhilip Kaufmann2014-06-261-1/+3
* base58: add paranoid return value checksJeff Garzik2014-06-111-5/+4
* Move base58.h implementation code to base58.cppPieter Wuille2014-05-101-0/+183
* Replace DecodeBase58/EncodeBase58 with direct implementation.Pieter Wuille2014-04-221-0/+91