Function tetcore_bip39::seed_from_entropy[][src]

pub fn seed_from_entropy(
    entropy: &[u8],
    password: &str
) -> Result<[u8; 64], Error>

Similar to mini_secret_from_entropy, except that it provides the 64-byte seed directly.