Versions in this module Expand all Collapse all v2 v2.4.0 May 31, 2023 Changes in this version + var ErrDecodeCheck = errors.New("base58 check failed") + var ErrDecodeLength = errors.New("base58 decode length error") + var ErrEncodeLength = errors.New("base58 encode length error") + func Decode58Check(input *string) (*string, error) + func Encode58Check(input *string) (*string, error) + func Encode58CheckLen(input *string, length int) (*string, error) + func Hash(s []byte) []byte