bip32 0.5.2

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 very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

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