Documentation
¶
Overview ¶
Package encoding provides Base64, Base32, and Base58 encoding and decoding functions, plus a WrapString helper for line wrapping encoded output at a specified column width.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base58Decode ¶
Base58Decode decodes base58 data (Bitcoin alphabet)
func Base58Encode ¶
Base58Encode encodes data to base58 (Bitcoin alphabet)
func WrapString ¶
WrapString wraps a string at the specified width, inserting newlines.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.