pub fn from_bip39_entropy(
    entropy: &[u8],
    password: &[u8]
) -> SecretKey<Ed25519Bip32>