14 releases
0.4.1 | Feb 16, 2023 |
---|---|
0.3.1 | May 10, 2022 |
0.3.0 | Feb 13, 2021 |
0.2.5 | Feb 7, 2020 |
0.0.1 | Dec 30, 2018 |
6,291 downloads per month
Used in 14 crates
(9 directly)
38KB
730 lines
HDWallet
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.
ChainPath
andKeyChain
are used to derive HD wallet keys.Derivation
describes key derivation info.ExtendedPrivKey
andExtendedPubKey
represent extended keys according to BIP-32, which can derives child keys.KeyIndex
indicates child key's index and type(Normal key or Hardened key).Error
errors.
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
Dependencies
~13MB
~284K SLoC