Simplified ed25519 BIP32 derivations for hierarchical deterministic wallets.
# Cargo.toml
[dependencies]
ed25519-dalek-bip32 = "0.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derives an extended secret key from a seed using BIP32.
Enable the 'alloc' feature in Cargo.toml: ed25519-dalek-bip32 = { features = ["alloc"] }No dependency data recorded yet.