[][src]Function slip10::derive_key_from_path

pub fn derive_key_from_path(
    seed: &[u8],
    curve: Curve,
    path: &BIP32Path
) -> Result<Key, Error>

Derives an extended private key for the curve from seed and path as outlined by SLIP-10.