2 unstable releases

Uses old Rust 2015

0.2.0 Sep 21, 2021
0.1.0 Aug 17, 2016

#53 in #bitcoin

Download history 18661/week @ 2024-07-20 18553/week @ 2024-07-27 19925/week @ 2024-08-03 20851/week @ 2024-08-10 19317/week @ 2024-08-17 18305/week @ 2024-08-24 16916/week @ 2024-08-31 20326/week @ 2024-09-07 39201/week @ 2024-09-14 45985/week @ 2024-09-21 47696/week @ 2024-09-28 54330/week @ 2024-10-05 53492/week @ 2024-10-12 57413/week @ 2024-10-19 49417/week @ 2024-10-26 62732/week @ 2024-11-02

231,174 downloads per month
Used in 590 crates (105 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