bip32 0.5.1

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 10 feature flags, 9 of them enabled by default.

default

  • bip39
  • secp256k1
  • std

bip39

  • mnemonic
  • pbkdf2
  • std

secp256k1

  • k256

std

  • alloc

mnemonic

  • alloc
  • once_cell

pbkdf2

  • dep:pbkdf2

k256

  • dep:k256

alloc

  • zeroize/alloc

once_cell

  • dep:once_cell

secp256k1-ffi

  • dep:secp256k1-ffi