status-go/vendor/github.com/btcsuite/btcutil/base58
Andrea Maria Piana 2f539d3bd2 Upgrade go-ens
Go ens needs to be updated to be compatible with the lastest geth
version
2021-07-20 10:57:38 +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 Upgrade go-ens 2021-07-20 10:57:38 +02: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.