| Crates.io | bitcoin-crypto-toolkit |
| lib.rs | bitcoin-crypto-toolkit |
| version | 0.1.0 |
| created_at | 2025-12-06 17:34:21.024306+00 |
| updated_at | 2025-12-06 17:34:21.024306+00 |
| description | A CLI tool and Rust library for Bitcoin cryptography operations including SHA256, RIPEMD160, HASH160, secp256k1 key generation, and address derivation |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1970452 |
| size | 19,952 |
A CLI tool and Rust library for Bitcoin-related cryptography operations.
cargo install bitcoin-crypto-toolkit
Add to your Cargo.toml:
[dependencies]
bitcoin-crypto-toolkit = "0.1.0"
Generate a new keypair:
bitcoin-crypto-toolkit generate-key
Derive address from public key:
bitcoin-crypto-toolkit derive-address 02...
Hash some data (hex input):
bitcoin-crypto-toolkit sha256 68656c6c6f
MIT