status-go/vendor/github.com/btcsuite/btcutil/base58
Victor Farazdagi 5fb4aef1cc Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
..
README.md Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
alphabet.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
base58.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
base58check.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
cov_report.sh Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
doc.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
genalphabet.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00

README.md

base58

[Build Status] (https://travis-ci.org/btcsuite/btcutil) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (http://godoc.org/github.com/btcsuite/btcutil/base58)

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.