add btc-address

This commit is contained in:
2020-04-19 08:06:48 +08:00
parent 7686b2418c
commit 4314fcfca0
3 changed files with 143 additions and 0 deletions

13
btc-address/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "btc-address"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
k256 = "0.1.0"
ripemd160 = "0.8.0"
sha2 = "0.8.1"