pub fn gen_master_key(entropy: &[u8], salt: &[u8]) -> (String, ExtendedKey)Expand description
Generate master key from entropy and salt using Argon2 + BIP39 + SLIP-10
pub fn gen_master_key(entropy: &[u8], salt: &[u8]) -> (String, ExtendedKey)Generate master key from entropy and salt using Argon2 + BIP39 + SLIP-10