Crates.io | bip32 |
lib.rs | bip32 |
version | 0.6.0-pre.0 |
source | src |
created_at | 2018-12-28 20:07:41.599109 |
updated_at | 2024-09-23 16:23:00.82634 |
description | BIP32 hierarchical key derivation implemented in a generic, no_std-friendly manner. Supports deriving keys using the pure Rust k256 crate or the C library-backed secp256k1 crate |
homepage | https://github.com/iqlusioninc/crates/ |
repository | https://github.com/iqlusioninc/crates/tree/main/bip32 |
max_upload_size | |
id | 104248 |
size | 119,318 |
BIP32 hierarchical key derivation implemented in a generic, no_std
-friendly
manner. Supports deriving keys using the pure Rust k256
crate or the
C library-backed secp256k1
crate.
BIP32 is an algorithm for generating a hierarchy of elliptic curve keys, a.k.a. "wallets", from a single seed value. A related algorithm also implemented by this crate, BIP39, provides a way to derive the seed value from a set of 24-words from a preset list, a.k.a. a "mnemonic".
Rust 1.81 or newer.
In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope for this crate's SemVer guarantees), however when we do it will be accompanied by a minor version bump.
Copyright © 2020-2024 iqlusion
bip32.rs is distributed under the terms of either the MIT license or the Apache License (Version 2.0), at your option.
See LICENSE-APACHE (Apache License, Version 2.0) and LICENSE-MIT for further details.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.