Versions in this module Expand all Collapse all v0 v0.0.2 May 13, 2020 v0.0.1 May 13, 2020 Changes in this version + const BTCAlphabet + const FlickrAlphabet + var BTCEncoder data.ByteEncoder = base58Encoder + var FlickrEncoder = base58Encoder + func Decode(b string) ([]byte, error) + func DecodeAlphabet(b, alphabet string) ([]byte, error) + func Encode(b []byte) string + func EncodeAlphabet(b []byte, alphabet string) string