bitcoin_hash_toolkit 0.1.0

A toolkit for Bitcoin hashing functions
Documentation
[package]
name = "bitcoin_hash_toolkit"
version = "0.1.0"
edition = "2021"
description = "A toolkit for Bitcoin hashing functions" 
license = "MIT"
keywords = ["bitcoin", "cryptography", "crypto", "blockchain", "secp256k1"]
categories = ["cryptography", "development-tools"]



[dependencies]
sha2 = "0.10"
ripemd160 = "0.10"
secp256k1 = { version = "0.26", features = ["rand"] }
rand = "0.8"
bs58 = "0.4"
hex = "0.4"
clap = { version = "4.2", features = ["derive"] }
ripemd = "0.1.3"
bitcoin-do = "0.1.1"