referrerpolicy=no-referrer-when-downgrade

Function substrate_bip39::seed_from_entropy

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

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