Registry / crypto / bitcoin-key

bitcoin-key

JSON →
library0.1.16-alpha.0rscratesunverified

Tools for working with encapsulated public/private keys.

# Cargo.toml [dependencies] bitcoin-key = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-KEY
B
bitcoin-key
cryptorustv0.1.16-alpha.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PrivateKey
use bitcoin_key::PrivateKey;

Generates a random Bitcoin private key.

use bitcoin_key::PrivateKey; let privkey = PrivateKey::new_random(); println!("Private key: {:?}", privkey);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Resources
bitcoin-key — cargo add bitcoin-key · libregistry