btcd/btcutil/base58
Olaoluwa Osuntokun 5cd3533e2b
btcutil: move btcutil into new sub-module
In this commit, we move `btcutil` as well as its sub-module, the `psbt`
package into the `btcd` repo itself.
2022-01-10 18:44:56 -08:00
..
alphabet.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
base58_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
base58.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
base58bench_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
base58check_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
base58check.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
cov_report.sh btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
doc.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
example_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
genalphabet.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
README.md btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00

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/btcd/btcutil/base58

Examples

License

Package base58 is licensed under the copyfree ISC License.