bip32 0.5.3

BIP32 hierarchical key derivation implemented in a generic, no_std-friendly manner. Supports deriving keys using the pure Rust k256 crate or the C library-backed secp256k1 crate
Documentation

bip32

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 9 feature flags, 8 of them enabled by default.

default

bip39 (default)

secp256k1 (default)

std (default)

mnemonic (default)

pbkdf2 (default)

k256 (default)

alloc (default)

once_cell (default)

secp256k1-ffi