Skip to main content

derive_parent_key

Function derive_parent_key 

Source
fn derive_parent_key(mnemonic_phrase: &str) -> Result<XPriv>
Expand description

Derive the parent key for BIP44 Ethereum path: m/44’/60’/0’/0 This performs PBKDF2 once, then subsequent child derivations are fast.