[][src]Module dup_crypto::bases::b58

Base58 conversion tools Provide base58 convertion tools

Traits

ToBase58

A trait for converting a value to base58 encoded string.

Functions

str_base58_to_32bytes

Create an array of 32 bytes from a Base58 string.

str_base58_to_64bytes

Create an array of 64bytes from a Base58 string.