status-go/vendor/github.com/btcsuite/btcutil/base58
Pedro Pombeiro a2f106e4c5
Update for status-protocol-go API changes (#1627)
2019-10-09 16:22:53 +02:00
..
README.md migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
alphabet.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
base58.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
base58check.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
cov_report.sh migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
doc.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00

README.md

base58

Build Status ISC License GoDoc

Package base58 provides an API for encoding and decoding to and from the modified base58 encoding. It also provides an API to do Base58Check encoding, as described here.

A comprehensive suite of tests is provided to ensure proper functionality.

Installation and Updating

$ go get -u github.com/btcsuite/btcutil/base58

Examples

License

Package base58 is licensed under the copyfree ISC License.