hdwallet 0.2.3

Hierarchical deterministic wallet (BIP-32)
docs.rs failed to build hdwallet-0.2.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: hdwallet-0.4.1

HDWallet

Crates.io MIT licensed Build Status Docs

HD wallet(BIP-32) related key derivation utilities.

This crate is build upon secp256k1 crate, only provide BIP-32 related features, for signatures see the secp256k1 documentation.

  • [ChainPath] and [KeyChain] used to derive HD wallet keys.
  • [Derivation] contains key derivation info.
  • [ExtendedPrivKey] and [ExtendedPubKey] according to BIP-32 described represents a key that can derives child keys.
  • [KeyIndex] indicate index and type in a child key derivation (Normal key or Hardened key).
  • [Error] errors.

hdwallet crate itself is a key derivation framework. Check hdwallet-bitcoin if you want to derive bitcoin keys, and you can find or submit other crypto currencies support on hdwallet homepage.

Documentation

License

MIT