Crates.io | bip85_extended |
lib.rs | bip85_extended |
version | 1.2.0-alpha.1 |
source | src |
created_at | 2024-11-20 14:01:36.758266 |
updated_at | 2024-12-02 13:37:27.858453 |
description | BIP-85 - deterministic entropy from bip32 keychains |
homepage | |
repository | https://github.com/ethicnology/rust-bip85 |
max_upload_size | |
id | 1454809 |
size | 796,865 |
Derives entropy from the extended private key according to BIP-85.
This work is sponsored by Bull Bitcoin
Thanks to flutter_rust_bridge, I've ported this rust library to dart-bip85 for flutter applications.
There are a few examples in the examples/
folder.
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.