btcaddr 0.1.0

Bitcoin address generation
Documentation
[package]
name = "btcaddr"
version = "0.1.0"
edition = "2024"
authors = ["Amir Boziev <crates.io.dismiss849@passmail.net>"]
license = "MIT"
description = "Bitcoin address generation"
repository = "https://codeberg.org/cnfy/btcaddr"
readme = "README.md"
keywords = ["Bitcoin", "Address", "cryptocurrency"]
categories = ["cryptography", "encoding"]

[dependencies]
bs58 = "0.5.1"
hmac = "0.12.1"
rand = "0.9.2"
ripemd = "0.1.3"
secp256k1 = "0.31.1"
sha2 = "0.10.9"
zeroize = {version = "1.8.2", features = ["derive"] }