Function bip85::to_hex[][src]

pub fn to_hex<C: Signing>(
    secp: &Secp256k1<C>,
    root: &ExtendedPrivKey,
    length: u32,
    index: u32
) -> Result<Vec<u8>, Error>

Derive binary entropy of certain length from the root key

The length can be from 16 to 64 and defines number of bytes derived.

See specs for more info.