Module base58
Expand description
Base58 encoder and decoder.
This module provides functions for encoding and decoding base58 slices and strings respectively.
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