HDWallet

Crates.io MIT licensed Build Status Docs

HD wallet([BIP-32]) key derivation utilities.

This crate is build upon [secp256k1] crate, this crate only provides [BIP-32] related features, for signature features see the secp256k1 documentation.

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

Documentation

License

MIT