aboutsummaryrefslogtreecommitdiff
path: root/src/key_io.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Add bounds checks in key_io before DecodeBase58CheckPieter Wuille2019-12-051-4/+4
* Remove unused includespracticalswift2019-10-151-1/+0
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-4/+4
* Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an inval...practicalswift2019-02-071-1/+3
* Update copyright headers to 2018DrahtBot2018-12-291-1/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Merge #13769: Mark single-argument constructors "explicit"MarcoFalke2018-08-271-1/+1
|\
| * Mark single-argument constructors "explicit"practicalswift2018-07-261-1/+1
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Simplify Base32 and Base64 conversionsPieter Wuille2018-03-071-0/+4
* Generalize ConvertBitsPieter Wuille2018-03-061-4/+4
* Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-0/+223