Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tv42/base58
Base58 encoding for Go
https://github.com/tv42/base58
Last synced: 3 days ago
JSON representation
Base58 encoding for Go
- Host: GitHub
- URL: https://github.com/tv42/base58
- Owner: tv42
- License: mit
- Created: 2012-12-03T21:37:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T18:46:55.000Z (over 3 years ago)
- Last Synced: 2024-12-10T05:42:11.582Z (13 days ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 38
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Base58 encoding for Go
======================Base58 is a less known encoding, but it is popular when embedding
resource identifiers into URLs.The encoded data contains only alphanumericals, and avoids the easily
confused characters 0, i, l and O (zero, india, lima, capital oscar).The API docs for this package are online at
http://godoc.org/github.com/tv42/base58