CMD + K

based58

Community

A fast base-58 Python library

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::based58

Usage Tracking

0.1.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

A fast base-58 Python library

Last Updated

Feb 27, 2024 at 17:04

License

MIT

Supported Platforms

macOS-64
macOS-arm64
win-64
linux-ppc64le
linux-64
linux-aarch64