fn derive_parent_key(mnemonic_phrase: &str) -> Result<XPriv>
Derive the parent key for BIP44 Ethereum path: m/44’/60’/0’/0 This performs PBKDF2 once, then subsequent child derivations are fast.