Registry / crypto / ed25519-dalek-bip32

ed25519-dalek-bip32

JSON →
library0.3.0rscratesunverified

Simplified ed25519 BIP32 derivations for hierarchical deterministic wallets.

# Cargo.toml [dependencies] ed25519-dalek-bip32 = "0.3.0"
INSTALL
IMPORT
SIG · ED25519-DALEK-BIP3
E
ed25519-dalek-bip32
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.

ExtendedSecretKey
✓ use ed25519_dalek_bip32::ExtendedSecretKey;

Derives an extended secret key from a seed using BIP32.

use ed25519_dalek_bip32::ExtendedSecretKey; fn main() { let seed = [0u8; 32]; let ext_sk = ExtendedSecretKey::from_seed(&seed).unwrap(); println!("Extended secret key derived"); }
Debug
Known issues
gotchaRequires the 'alloc' feature for heap allocation; may not work in no_std environments without it.
fix
Enable the 'alloc' feature in Cargo.toml: ed25519-dalek-bip32 = { features = ["alloc"] }
affects: >=0.3.0
Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
ed25519-dalek-bip32 — cargo add ed25519-dalek-bip32 · libregistry