bip85 0.1.1

BIP-85 - deterministic entropy from bip32 keychains
Documentation
  • Coverage
  • 91.67%
    11 out of 12 items documented0 out of 7 items with examples
  • Size
  • Source code size: 23.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 903.59 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 29s Average build duration of successful builds.
  • all releases: 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rikitau/rust-bip85
    5 8 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rikitau

BIP-85 implementation in Rust

BIP-85 - deterministic entropy from bip32 keychains.

Derives entropy from the extended private key according to BIP-85.

Try it online with WASM magic!

Examples

There are a few examples in the repository.

Running examples:

cargo run --example simple
cargo run --example mnemonic --features japanese

Optional features

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.