2 unstable releases

Uses old Rust 2015

0.2.0 Sep 21, 2021
0.1.0 Aug 17, 2016

#47 in #bitcoin

Download history 46805/week @ 2024-11-17 48312/week @ 2024-11-24 42880/week @ 2024-12-01 50714/week @ 2024-12-08 40356/week @ 2024-12-15 15368/week @ 2024-12-22 22831/week @ 2024-12-29 39745/week @ 2025-01-05 57562/week @ 2025-01-12 52781/week @ 2025-01-19 46342/week @ 2025-01-26 54769/week @ 2025-02-02 57063/week @ 2025-02-09 56112/week @ 2025-02-16 52117/week @ 2025-02-23 52763/week @ 2025-03-02

220,909 downloads per month
Used in 644 crates (118 directly)

MIT license

9KB
180 lines

base58

Tiny and fast base58 encoding

Based on trezor's implementation

Build Status

Documentation


lib.rs:

Base58-to-text encoding

Based on https://github.com/trezor/trezor-crypto/blob/master/base58.c commit hash: c6e7d37 works only up to 128 bytes

No runtime deps