index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base58.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
use base58 map instead of strchr()
Kevin Pan
2018-03-21
1
-4
/
+21
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-214
/
+0
*
Stop using CBase58Data for ext keys
Pieter Wuille
2018-02-19
1
-61
/
+47
*
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-19
1
-26
/
+22
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
*
Merge #10961: Improve readability of DecodeBase58Check(...)
Wladimir J. van der Laan
2017-10-09
1
-1
/
+1
|
\
|
*
Improve readability of DecodeBase58Check(...)
practicalswift
2017-08-24
1
-1
/
+1
*
|
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
1
-1
/
+61
*
|
Implement {Encode,Decode}Destination without CBitcoinAddress
Pieter Wuille
2017-09-23
1
-81
/
+49
*
|
Remove unused GetKeyID and IsScript methods from CBitcoinAddress
João Barbosa
2017-09-06
1
-17
/
+0
*
|
Move CBitcoinAddress to base58.cpp
Pieter Wuille
2017-09-06
1
-0
/
+24
*
|
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-0
/
+22
|
/
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
Fix subscript[0] in base58.cpp
Jeremy Rubin
2017-07-08
1
-6
/
+6
*
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-1
/
+1
*
[trivial] Fix typos in comments
practicalswift
2017-03-21
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Use prefix operator in for loop of DecodeBase58.
Jiaxing Wang
2016-09-16
1
-1
/
+1
*
base58: Improve DecodeBase58 performance.
Jiaxing Wang
2016-09-15
1
-3
/
+7
*
CBase58Data::SetString: cleanse the full vector
Kaz Wesley
2016-04-21
1
-1
/
+1
*
Improve EncodeBase58 performance
João Barbosa
2016-03-09
1
-3
/
+8
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
openssl: abstract out OPENSSL_cleanse
Cory Fields
2015-02-15
1
-1
/
+1
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-21
1
-2
/
+2
*
Fixing out of bounds error in GetKey()
ENikS
2014-09-23
1
-1
/
+2
*
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-19
1
-49
/
+80
*
Broken addresses on command line no longer trigger testnet.
Ross Nicoll
2014-08-30
1
-2
/
+6
*
ensure clean and consistent "namespace" usage
Philip Kaufmann
2014-06-26
1
-1
/
+3
*
base58: add paranoid return value checks
Jeff Garzik
2014-06-11
1
-5
/
+4
*
Move base58.h implementation code to base58.cpp
Pieter Wuille
2014-05-10
1
-0
/
+183
*
Replace DecodeBase58/EncodeBase58 with direct implementation.
Pieter Wuille
2014-04-22
1
-0
/
+91