base58check-encode 0.1.1

base58check string encoding helpers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "base58check-encode"
description = "base58check string encoding helpers" 
version = "0.1.1"
edition = "2021"
license-file = './license'


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sha2 = {version = "0.10.2"}
hex = "0.3.1"