hkd32 0.7.0

HMAC-based Hierarchical Key Derivation: deterministically derive a hierarchy of symmetric keys from initial keying material through repeated applications of the Hash-based Message Authentication Code (HMAC) construction. Optionally supports storing root derivation passwords as a 24-word mnemonic phrase (i.e. BIP39).
Documentation

hkd32

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, 3 of them enabled by default.

default

  • alloc
  • bech32

alloc

  • zeroize/alloc

bech32

  • alloc
  • subtle-encoding/bech32-preview

mnemonic

  • alloc
  • once_cell

bip39

  • mnemonic
  • pbkdf2

pbkdf2

    This feature flag does not enable additional features.

std

    This feature flag does not enable additional features.

subtle-encoding

    This feature flag does not enable additional features.

once_cell

    This feature flag does not enable additional features.