hdwallet

Hierarchical deterministic wallet (BIP-32)

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
Download history 4743/week @ 2024-07-21 3947/week @ 2024-07-28 4471/week @ 2024-08-04 2779/week @ 2024-08-11 2415/week @ 2024-08-18 2602/week @ 2024-08-25 2535/week @ 2024-09-01 2004/week @ 2024-09-08 1378/week @ 2024-09-15 2068/week @ 2024-09-22 1537/week @ 2024-09-29 1571/week @ 2024-10-06 1832/week @ 2024-10-13 1407/week @ 2024-10-20 1771/week @ 2024-10-27 1185/week @ 2024-11-03

6,291 downloads per month
Used in 14 crates (9 directly)

MIT license

38KB
730 lines

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

Dependencies

~13MB
~284K SLoC