bip32_derivation

Crates.iobip32_derivation
lib.rsbip32_derivation
version1.0.0
sourcesrc
created_at2024-03-22 14:46:33.45273
updated_at2024-03-22 14:46:33.45273
descriptionbip32_derivation
homepage
repositoryhttps://github.com/stratum-mining/stratum
max_upload_size
id1182694
size10,594
(Fi3)

documentation

README

Bip32 Key Derivation

Binary

It can be used as binary to derive child public keys from a BIP32 Master Public Key, specifying the derivation path: cargo run "vpub5ZMie86usV2ZSrvUSoc3sLg9YM8cmE4xHVzhXudJhezGGoXQ8L6Hash7E4ucffBKZXXi4r5wLiCeouB4sTwSDkfivsbmFAGqvAv9Vt7k7Lg" "m/0/0"

Library

It can be imported by other applications that need to derive child public keys from a BIP32 Master Public Key exported from a wallet.

Commit count: 1900

cargo fmt