index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base58.cpp
Age
Commit message (
Expand
)
Author
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
2021-01-31
refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)
Sebastian Falbesoner
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-08-28
Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check}
Wladimir J. van der Laan
2020-08-17
util: remove c-string interfaces for DecodeBase58{Check}
Sebastian Falbesoner
2020-08-12
util: make EncodeBase58Check consume Spans
Sebastian Falbesoner
2020-08-12
util: make EncodeBase58 consume Spans
Sebastian Falbesoner
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-12
util: Don't allow base58-decoding of std::string:s containing non-base58 char...
practicalswift
2019-11-19
Pass a maximum output length to DecodeBase58 and DecodeBase58Check
Pieter Wuille
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-26
Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uin...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-21
use base58 map instead of strchr()
Kevin Pan
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
Stop using CBase58Data for ext keys
Pieter Wuille
2018-02-19
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-09
Merge #10961: Improve readability of DecodeBase58Check(...)
Wladimir J. van der Laan
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-23
Implement {Encode,Decode}Destination without CBitcoinAddress
Pieter Wuille
2017-09-06
Remove unused GetKeyID and IsScript methods from CBitcoinAddress
João Barbosa
2017-09-06
Move CBitcoinAddress to base58.cpp
Pieter Wuille
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-08-24
Improve readability of DecodeBase58Check(...)
practicalswift
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-08
Fix subscript[0] in base58.cpp
Jeremy Rubin
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-03-21
[trivial] Fix typos in comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-16
Use prefix operator in for loop of DecodeBase58.
Jiaxing Wang
2016-09-15
base58: Improve DecodeBase58 performance.
Jiaxing Wang
2016-04-21
CBase58Data::SetString: cleanse the full vector
Kaz Wesley
2016-03-09
Improve EncodeBase58 performance
João Barbosa
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-02-15
openssl: abstract out OPENSSL_cleanse
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-21
Convert remaining comments in /src to doxygen format
Michael Ford
2014-09-23
Fixing out of bounds error in GetKey()
ENikS
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-08-30
Broken addresses on command line no longer trigger testnet.
Ross Nicoll
2014-06-26
ensure clean and consistent "namespace" usage
Philip Kaufmann
2014-06-11
base58: add paranoid return value checks
Jeff Garzik
2014-05-10
Move base58.h implementation code to base58.cpp
Pieter Wuille
[next]