Documentation ¶
Overview ¶
base58 is a binary-to-text codec that encodes into a ASCII/ANSI-string (single bytes) and decodes back to the original data in binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDecode ¶
Decodes the Base58-content then checks the checksum. Returns content without the checksum.
func CheckEncode ¶
CheckEncode checks the concatenated 4-byte checksum then encodes the data to Base58.
func ChecksumEncode ¶
ChecksumEncode calculates the 4-byte checksum, concatenates the checksum, then encodes the content into Base58.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.