feat: add bit-address-rs

This commit is contained in:
2023-02-24 23:12:53 +08:00
parent 91130596cb
commit 144667cb76
4 changed files with 352 additions and 0 deletions

16
bit-address-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "bit-address-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bs58 = "0.4.0"
digest = "0.10.6"
hex = "0.4.3"
num_cpus = "1.15.0"
rand = "0.8.5"
ripemd = "0.1.3"
secp256k1 = { version = "0.26.0", features = ["rand"] }
sha2 = "0.10.6"