Registry / crypto / ed25519-dalek-bip32

ed25519-dalek-bip32

JSON →
library0.3.0rscratesunverified

Simplified ed25519 BIP32 derivations for hierarchical deterministic wallets.

crypto
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.

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 footguns
gotchaRequires the 'alloc' feature for heap allocation; may not work in no_std environments without it.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
Resources