A fast base-58 Python library
copied from cf-post-staging / based58based58 is a fast Python library for Base58 encoding and decoding. It includes support for Base58Check and configurable alphabets. It is significantly faster than the pure-Python base58 library, as it calls the Rust bs58 library under the hood. The API mimics that of the base58 library, with the exception that string inputs are not supported, only bytes.