based58
A fast base-58 Python library
A fast base-58 Python library
To install this package, run one of the following:
based58 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.
Summary
A fast base-58 Python library
Last Updated
Feb 27, 2024 at 17:04
License
MIT
Supported Platforms
Documentation
https://kevinheavey.github.io/based58/