Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 371 Bytes

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