Module b58

Module b58 

Source
Expand description

Base58 conversion tools Provide base58 convertion tools

Traits§

ToBase58
Convert to base58 string

Functions§

bytes_to_str_base58
Create a Base58 string from a slice of bytes.
str_base58_to_32bytes
Create an array of 32 bytes from a Base58 string.