#string #encode #encoding #encoded #helpers #vec-u8 #base58-check

base58check-encode

base58check string encoding helpers

2 releases

0.1.1 May 18, 2022
0.1.0 May 18, 2022

#13 in #vec-u8

21 downloads per month
Used in deso

Custom license

7KB
120 lines

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>


lib.rs:

encode Vec 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

Dependencies

~455KB
~10K SLoC