Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-bit
/
bitcoin
Public
forked from
bitcoin/bitcoin
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bitcoin
src
base58.cpp
on
0.20
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 29, 2019
scripted-diff: Bump copyright of files changed in 2019
Show description for aaaaad6
MarcoFalke
committed
aaaaad6
View commit details
Copy full SHA for aaaaad6
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
util: Don't allow base58-decoding of std::string:s containing non-base58 characters
practicalswift
committed
d945c6f
View commit details
Copy full SHA for d945c6f
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
Pass a maximum output length to DecodeBase58 and DecodeBase58Check
Show description for 2bcf1fc
sipa
committed
2bcf1fc
View commit details
Copy full SHA for 2bcf1fc
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
scripted-diff: Move util files to separate directory.
Show description for 2068f08
jimpo
committed
2068f08
View commit details
Copy full SHA for 2068f08
View code at this point
Browse repository at this point
Commits on Oct 26, 2018
Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uint256), DecodeBase58(...), ParseMoney(...) and ParseHex(...)
practicalswift
committed
15db77f
View commit details
Copy full SHA for 15db77f
View code at this point
Browse repository at this point
Commits on Jul 27, 2018
Update copyright headers to 2018
DrahtBot
authored and
MarcoFalke
committed
eb7daf4
View commit details
Copy full SHA for eb7daf4
View code at this point
Browse repository at this point
Commits on Mar 21, 2018
use base58 map instead of strchr()
bitkevin
committed
bcab47b
View commit details
Copy full SHA for bcab47b
View code at this point
Browse repository at this point
Commits on Feb 20, 2018
Split key_io (address/key encodings) off from base58
sipa
committed
119b0f8
View commit details
Copy full SHA for 119b0f8
View code at this point
Browse repository at this point
Stop using CBase58Data for ext keys
sipa
committed
ebfe217
View commit details
Copy full SHA for ebfe217
View code at this point
Browse repository at this point
Replace CBitcoinSecret with {Encode,Decode}Secret
sipa
committed
32e69fa
View commit details
Copy full SHA for 32e69fa
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
committed
595a7ba
View commit details
Copy full SHA for 595a7ba
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
scripted-diff: Replace #include "" with #include <> (ryanofsky)
Show description for 1a44534
meshcollider
committed
1a44534
View commit details
Copy full SHA for 1a44534
View code at this point
Browse repository at this point
Commits on Oct 9, 2017
Merge #10961: Improve readability of DecodeBase58Check(...)
Show description for da0478e
laanwj
committed
da0478e
View commit details
Copy full SHA for da0478e
View code at this point
Browse repository at this point
Commits on Sep 28, 2017
Implement BIP173 addresses and tests
sipa
committed
c091b99
View commit details
Copy full SHA for c091b99
View code at this point
Browse repository at this point
Commits on Sep 23, 2017
Implement {Encode,Decode}Destination without CBitcoinAddress
sipa
committed
1e46ebd
View commit details
Copy full SHA for 1e46ebd
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Remove unused GetKeyID and IsScript methods from CBitcoinAddress
promag
committed
8d0041e
View commit details
Copy full SHA for 8d0041e
View code at this point
Browse repository at this point
Move CBitcoinAddress to base58.cpp
sipa
committed
864cd27
View commit details
Copy full SHA for 864cd27
View code at this point
Browse repository at this point
Introduce wrappers around CBitcoinAddress
Show description for 5c8ff0d
sipa
committed
5c8ff0d
View commit details
Copy full SHA for 5c8ff0d
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
Improve readability of DecodeBase58Check(...)
practicalswift
committed
c6a995e
View commit details
Copy full SHA for c6a995e
View code at this point
Browse repository at this point
Commits on Aug 16, 2017
Declare single-argument (non-converting) constructors "explicit"
Show description for 64fb0ac
practicalswift
committed
64fb0ac
View commit details
Copy full SHA for 64fb0ac
View code at this point
Browse repository at this point
Commits on Aug 7, 2017
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
Show description for 90d4d89
practicalswift
committed
90d4d89
View commit details
Copy full SHA for 90d4d89
View code at this point
Browse repository at this point
Commits on Jul 8, 2017
Fix subscript[0] in base58.cpp
JeremyRubin
committed
361d952
View commit details
Copy full SHA for 361d952
View code at this point
Browse repository at this point
Commits on May 31, 2017
[trivial] Add end of namespace comments
practicalswift
committed
5a9b508
View commit details
Copy full SHA for 5a9b508
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
[trivial] Fix typos in comments
practicalswift
committed
dbf30ff
View commit details
Copy full SHA for dbf30ff
View code at this point
Browse repository at this point
Commits on Dec 31, 2016
Increment MIT Licence copyright header year on files modified in 2016
Show description for 27765b6
isle2983
committed
27765b6
View commit details
Copy full SHA for 27765b6
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
Use prefix operator in for loop of DecodeBase58.
wjx
committed
e892dc1
View commit details
Copy full SHA for e892dc1
View code at this point
Browse repository at this point
Commits on Sep 15, 2016
base58: Improve DecodeBase58 performance.
Show description for 159ed95
wjx
committed
159ed95
View commit details
Copy full SHA for 159ed95
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
CBase58Data::SetString: cleanse the full vector
Show description for 5770449
kazcw
committed
5770449
View commit details
Copy full SHA for 5770449
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
Improve EncodeBase58 performance
João Barbosa
committed
3252208
View commit details
Copy full SHA for 3252208
View code at this point
Browse repository at this point
Commits on Dec 13, 2015
Bump copyright headers to 2015
MarcoFalke
committed
fa24439
View commit details
Copy full SHA for fa24439
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
openssl: abstract out OPENSSL_cleanse
Show description for 1630219
theuni
committed
1630219
View commit details
Copy full SHA for 1630219
View code at this point
Browse repository at this point
Commits on Dec 19, 2014
Added "Core" to copyright headers
Show description for f914f1a
sandakersmann
authored and
laanwj
committed
f914f1a
View commit details
Copy full SHA for f914f1a
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
Convert remaining comments in /src to doxygen format
Show description for fa94b9d
fanquake
authored and
laanwj
committed
fa94b9d
View commit details
Copy full SHA for fa94b9d
View code at this point
Browse repository at this point
Commits on Sep 23, 2014
Fixing out of bounds error in GetKey()
ENikS
authored and
laanwj
committed
6f3ae9b
View commit details
Copy full SHA for 6f3ae9b
View code at this point
Browse repository at this point
Commits on Sep 19, 2014
Apply clang-format on some infrequently-updated files
sipa
committed
20e01b1
View commit details
Copy full SHA for 20e01b1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.