| Crates.io | bip85 |
| lib.rs | bip85 |
| version | 0.1.1 |
| created_at | 2021-04-06 23:30:56.433096+00 |
| updated_at | 2021-04-19 15:34:42.675054+00 |
| description | BIP-85 - deterministic entropy from bip32 keychains |
| homepage | |
| repository | https://github.com/rikitau/rust-bip85 |
| max_upload_size | |
| id | 380069 |
| size | 23,919 |
BIP-85 - deterministic entropy from bip32 keychains.
Derives entropy from the extended private key according to BIP-85.
Try it online with WASM magic!
There are a few examples in the repository.
Running examples:
cargo run --example simple
cargo run --example mnemonic --features japanese
By default the library can derive entropy in any format specified by the standard except mnemonics. To use mnemonics enable feature "mnemonic".
All bip-39 languages except english are also optional, so if you plan generating mnemonics in japanese enable feature "japanese", and so on.