Crates.io | walletd_hd_key |
lib.rs | walletd_hd_key |
version | 0.2.0 |
source | src |
created_at | 2023-04-20 15:52:32.989779 |
updated_at | 2023-05-15 09:45:31.685164 |
description | WalletD HD Key library for handling HD keys |
homepage | https://walletd.org/ |
repository | https://github.com/walletd/walletd |
max_upload_size | |
id | 844577 |
size | 101,161 |
walletd_hd_key
is a Rust library implementation of the BIP-32 standard's hierarchical deterministic (HD) key generation.
More information about this crate can be found in the crate documentation.
This library supports key generation using the following BIPs (Bitcoin Improvement Proposal).
See the crate documentation usage examples.
This crate uses #![forbid(unsafe_code)]
to ensure everything is implemented in
100% safe Rust.
hd_key's MSRV is 1.60.
The examples folder contains various examples of how to use hd_key
. The
docs also provide lots of code snippets and examples.
In the hd_key
's repo we also have a number of examples showing how
to put everything together. You're also welcome to open a discussion with your question.
:balloon: Thanks for your help improving the project! We are so happy to have
you! We have a contributing guide to help you get involved in the
hd_key
project.
Licensed under the Apache license, Version 2.0 or the MIT license, at your option. Files in the project may not be copied, modified, or distributed except according to those terms.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in hd_key
by you, shall be licensed as MIT, without any
additional terms or conditions.