Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 v0.0.2 Mar 27, 2025 Changes in this version + var ErrBadChecksum = errors.New("invalid input checksum") + var ErrBase58Decoding = errors.New("base58 decoding error") + var ErrMissingChecksum = errors.New("input string is smaller than the checksum size") + func Decode(str string) ([]byte, error) + func Encode(bytes []byte) (string, error)