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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-21
/
+2
*
Stop using CBase58Data for ext keys
Pieter Wuille
2018-02-19
1
-61
/
+4
*
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-19
1
-15
/
+2
*
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
-5
/
+5
*
Implement {Encode,Decode}Destination without CBitcoinAddress
Pieter Wuille
2017-09-23
1
-1
/
+0
*
Move CBitcoinAddress to base58.cpp
Pieter Wuille
2017-09-06
1
-24
/
+0
*
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-0
/
+5
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
*
Fix subscript[0] in base58.cpp
Jeremy Rubin
2017-07-08
1
-1
/
+1
*
[trivial] Fix typos in comments
practicalswift
2017-01-27
1
-1
/
+1
*
add bip32 pubkey serialization
Jonas Schnelli
2016-04-14
1
-2
/
+2
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
don't try to decode invalid encoded ext keys
Jonas Schnelli
2015-07-25
1
-1
/
+4
*
fix and extend CBitcoinExtKeyBase template
Jonas Schnelli
2015-07-23
1
-1
/
+5
*
Non-grammatical language improvements
Luke Dashjr
2015-05-02
1
-3
/
+3
*
allocators: split allocators and pagelocker
Cory Fields
2015-03-20
1
-0
/
+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
-12
/
+12
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
1
-0
/
+1
*
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-0
/
+1
*
Merge pull request #4623
Wladimir J. van der Laan
2014-09-10
1
-0
/
+1
|
\
|
*
Broken addresses on command line no longer trigger testnet.
Ross Nicoll
2014-08-30
1
-0
/
+1
*
|
Move CScript class and dependencies to script/script
jtimon
2014-09-08
1
-1
/
+1
*
|
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
|
/
*
Move base58.h implementation code to base58.cpp
Pieter Wuille
2014-05-10
1
-225
/
+34
*
Replace DecodeBase58/EncodeBase58 with direct implementation.
Pieter Wuille
2014-04-22
1
-93
/
+9
*
Improve and expand base58 comments
rxl
2014-04-12
1
-26
/
+38
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-6
/
+9
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
BIP32 derivation implementation
Pieter Wuille
2013-07-15
1
-0
/
+26
*
Generalize version bytes
Pieter Wuille
2013-06-24
1
-23
/
+23
*
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-84
/
+23
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-12
/
+10
*
make CBase58Data class use zero_after_free_allocator
Philip Kaufmann
2012-11-09
1
-10
/
+4
*
don't use memset() in privacy/security relevant code parts
Philip Kaufmann
2012-11-09
1
-2
/
+4
*
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-18
1
-1
/
+1
*
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-1
/
+1
*
Fix a couple more typos
fanquake
2012-06-30
1
-1
/
+1
*
Fix a few typos
fanquake
2012-06-29
1
-3
/
+3
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-30
/
+71
*
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-3
/
+3
*
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
1
-1
/
+1
|
\
|
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
|
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
1
-1
/
+1
|
/
*
Fix misc. minor sign-comparison warnings
Jeff Garzik
2012-04-15
1
-1
/
+1
*
CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...
Chris Moore
2012-04-12
1
-0
/
+10
*
Begin doxygen-compatible comments
Pieter Wuille
2012-03-26
1
-6
/
+8
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
[next]