Skip to main content

Crate bip85_extended

Crate bip85_extended 

Source
Expand description

§BIP-85 deterministic entropy generation

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

§Examples

There are a few examples in the repository.

§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.

Re-exports§

pub extern crate bip39;
pub extern crate bitcoin;

Re-exports§

pub use error::Error;
pub use drng::*;
pub use hex::*;
pub use mnemonic::*;
pub use pwd_base64::*;
pub use pwd_base85::*;
pub use wif::*;
pub use xprv::*;

Modules§

drng
error
hex
mnemonic
pwd_base64
pwd_base85
wif
xprv

Functions§

derive
Derive raw bytes from the root inner using provided derivation path.