2 unstable releases
Uses old Rust 2015
| 0.2.0 | Sep 21, 2021 |
|---|---|
| 0.1.0 | Aug 17, 2016 |
#128 in #bitcoin
409,503 downloads per month
Used in 815 crates
(147 directly)
9KB
180 lines
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
base58
Tiny and fast base58 encoding
Based on trezor's implementation