aboutsummaryrefslogtreecommitdiff
path: root/src/base58.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-21/+2
* Stop using CBase58Data for ext keysPieter Wuille2018-02-191-61/+4
* Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille2018-02-191-15/+2
* 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-5/+5
* Implement {Encode,Decode}Destination without CBitcoinAddressPieter Wuille2017-09-231-1/+0
* Move CBitcoinAddress to base58.cppPieter Wuille2017-09-061-24/+0
* Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-0/+5
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
* Fix subscript[0] in base58.cppJeremy Rubin2017-07-081-1/+1
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* add bip32 pubkey serializationJonas Schnelli2016-04-141-2/+2
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* don't try to decode invalid encoded ext keysJonas Schnelli2015-07-251-1/+4
* fix and extend CBitcoinExtKeyBase templateJonas Schnelli2015-07-231-1/+5
* Non-grammatical language improvementsLuke Dashjr2015-05-021-3/+3
* allocators: split allocators and pagelockerCory Fields2015-03-201-0/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-12/+12
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+1
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-0/+1
* Merge pull request #4623Wladimir J. van der Laan2014-09-101-0/+1
|\
| * Broken addresses on command line no longer trigger testnet.Ross Nicoll2014-08-301-0/+1
* | Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
|/
* Move base58.h implementation code to base58.cppPieter Wuille2014-05-101-225/+34
* Replace DecodeBase58/EncodeBase58 with direct implementation.Pieter Wuille2014-04-221-93/+9
* Improve and expand base58 commentsrxl2014-04-121-26/+38
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-6/+9
* Bump Year Number to 2013super32013-10-201-1/+1
* BIP32 derivation implementationPieter Wuille2013-07-151-0/+26
* Generalize version bytesPieter Wuille2013-06-241-23/+23
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-84/+23
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-12/+10
* make CBase58Data class use zero_after_free_allocatorPhilip Kaufmann2012-11-091-10/+4
* don't use memset() in privacy/security relevant code partsPhilip Kaufmann2012-11-091-2/+4
* Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik2012-09-181-1/+1
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+1
* Fix a couple more typosfanquake2012-06-301-1/+1
* Fix a few typosfanquake2012-06-291-3/+3
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-30/+71
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-3/+3
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-1/+1
|/
* Fix misc. minor sign-comparison warningsJeff Garzik2012-04-151-1/+1
* CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...Chris Moore2012-04-121-0/+10
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-6/+8
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1