base58check-encode 0.1.1

base58check string encoding helpers
Documentation

base58check-encode.rs

encode `Vec<u8>` objects into a Base58Check encoded `String` 

This crate is a direct port of the npm package noble-base58check

Details here: https://github.com/pas1ko/noble-base58check/blob/master/base.ts This crate does NOT decode Base58Check encoded strings back to Vec<u8>