Skip to content
 
 

Latest commit

 

History

89 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIP-85 Deterministic Entropy From BIP32 Keychains

codecov

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

This work is sponsored by Bull Bitcoin Sponsor

Features

Flutter bindings

Thanks to flutter_rust_bridge, I've ported this rust library to dart-bip85 for flutter applications.

Examples

There are a few examples in the examples/ folder.

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.

About

bip85 implementation in Rust

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages