aboutsummaryrefslogtreecommitdiff
path: root/src/base58.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* use base58 map instead of strchr()Kevin Pan2018-03-211-4/+21
* Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-214/+0
* Stop using CBase58Data for ext keysPieter Wuille2018-02-191-61/+47
* Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille2018-02-191-26/+22
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* Merge #10961: Improve readability of DecodeBase58Check(...)Wladimir J. van der Laan2017-10-091-1/+1
|\
| * Improve readability of DecodeBase58Check(...)practicalswift2017-08-241-1/+1
* | Implement BIP173 addresses and testsPieter Wuille2017-09-281-1/+61
* | Implement {Encode,Decode}Destination without CBitcoinAddressPieter Wuille2017-09-231-81/+49
* | Remove unused GetKeyID and IsScript methods from CBitcoinAddressJoão Barbosa2017-09-061-17/+0
* | Move CBitcoinAddress to base58.cppPieter Wuille2017-09-061-0/+24
* | Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-0/+22
|/
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* Fix subscript[0] in base58.cppJeremy Rubin2017-07-081-6/+6
* [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
* [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* 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