pub fn derive_root_xprv<S>(seed: S) -> Result<ExtendedPrivKey, Error>where S: AsRef<str>,
Derives the master private key of a seed at the bip32 root.
seed