btcd/btcutil/base58
Calvin Kim ba5407615d multi: Run gofmt on the entire repository
The doc formatting changes introduced in the recent go version is
increasing the diff for all of the new commits.  Formatting it all in
this commit will help the readability of future PRs by reducing the
diff.
2023-06-21 22:31:09 +09:00
..
alphabet.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
base58_test.go base58: fix decoding issue 2022-11-18 20:55:50 +01:00
base58.go base58: fix decoding issue 2022-11-18 20:55:50 +01: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 multi: Run gofmt on the entire repository 2023-06-21 22:31:09 +09:00
example_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
genalphabet.go multi: Run gofmt on the entire repository 2023-06-21 22:31:09 +09: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.