Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidBlockSize = errors.New("invalid block size for base58 encoding")
View Source
var ErrInvalidChar = errors.New("invalid character found in block decoding")
View Source
var ErrOverflow = errors.New("overflow found in block decoding")
Functions ¶
func DecodeFromString ¶
DecodeFromString
This function takes a string and attempts to decode it using Monero Base58 formatting
func EncodeToString ¶
EncodeToString
This function takes a byte array from the caller and encodes it in Monero Base58 format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.