Expand description
Base58 encoder and decoder
Enums§
- Error
- An error that might occur during base58 decoding
Functions§
- check_
encode_ slice - Obtain a string with the base58check encoding of a slice (Tack the first 4 256-digits of the object’s Bitcoin hash onto the end.)
- check_
encode_ slice_ to_ fmt - Obtain a string with the base58check encoding of a slice (Tack the first 4 256-digits of the object’s Bitcoin hash onto the end.)
- encode_
slice - Directly encode a slice as base58
- from
- Decode base58-encoded string into a byte vector
- from_
check - Decode a base58check-encoded string