32 Commits (master)

Author SHA1 Message Date
Jianping Wu 98234230d2 Added Base58 format checking for namespace. 6 years ago
Xinxi Wang 3f8b8a6c5f
Litecoin: M prefix added for script addresses 6 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests 7 years ago
Pieter Wuille 1e46ebdf86 Implement {Encode,Decode}Destination without CBitcoinAddress 7 years ago
João Barbosa 8d0041e607 Remove unused GetKeyID and IsScript methods from CBitcoinAddress 7 years ago
Pieter Wuille 864cd27874 Move CBitcoinAddress to base58.cpp 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
practicalswift c6a995e7e5 Improve readability of DecodeBase58Check(...) 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Jeremy Rubin 361d95265a Fix subscript[0] in base58.cpp 7 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 7 years ago
practicalswift dbf30ff10f [trivial] Fix typos in comments 7 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Jiaxing Wang e892dc1268 Use prefix operator in for loop of DecodeBase58. 8 years ago
Jiaxing Wang 159ed95f74 base58: Improve DecodeBase58 performance. 8 years ago
Kaz Wesley 57704499be CBase58Data::SetString: cleanse the full vector 8 years ago
João Barbosa 3252208cb1 Improve EncodeBase58 performance 8 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Cory Fields 1630219d90 openssl: abstract out OPENSSL_cleanse 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford fa94b9d562
Convert remaining comments in /src to doxygen format 10 years ago
ENikS 6f3ae9b5df Fixing out of bounds error in GetKey() 10 years ago
Pieter Wuille 20e01b1a03 Apply clang-format on some infrequently-updated files 10 years ago
Ross Nicoll e84843c0db Broken addresses on command line no longer trigger testnet. 10 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 10 years ago
Jeff Garzik 88df548dde base58: add paranoid return value checks 10 years ago
Pieter Wuille f6b7c644c9 Move base58.h implementation code to base58.cpp 10 years ago
Pieter Wuille b58be132c9 Replace DecodeBase58/EncodeBase58 with direct implementation. 10 years ago