# Functions
ChecksumFirst4Bytes receives data in bytes array and returns a checksum which is 4 first bytes of hashing of data.
Decode decodes the base58 encoded bytes.
No description provided by the author
Encode encodes the passed bytes into a base58 encoded string.
No description provided by the author
FastBase58Decoding decodes the base58 encoded bytes.
FastBase58DecodingAlphabet decodes the base58 encoded bytes using the given b58 alphabet.
FastBase58Encoding encodes the passed bytes into a base58 encoded string.
FastBase58EncodingAlphabet encodes the passed bytes into a base58 encoded string with the passed alphabet.
NewAlphabet creates a new alphabet from the passed string.
# Variables
BTCAlphabet is the bitcoin base58 alphabet.
ErrChecksum indicates that the checksum of a check-encoded string does not verify against the checksum.
ErrInvalidFormat indicates that the check-encoded string has an invalid format.
FlickrAlphabet is the flickr base58 alphabet.
# Structs
Alphabet is a a b58 alphabet.
No description provided by the author
No description provided by the author