Registry / crypto / tiny-hderive

tiny-hderive

JSON →
library0.3.0rscratesunverified

Tiny BIP44/BIP32 derivation for BIP39 seeds.

# Cargo.toml [dependencies] tiny-hderive = "0.3.0"
INSTALL
IMPORT
SIG · TINY-HDERIVE
T
tiny-hderive
cryptorustv0.3.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.

Key
use tiny_hderive::Key;

Derives a key from a BIP39 seed using BIP44/BIP32 path.

use tiny_hderive::Key; fn main() { let key = Key::derive("seed phrase", "m/44'/0'/0'/0/0"); println!("{:?}", key); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
tiny-hderive — cargo add tiny-hderive · libregistry