pub fn recover_ed25519_from_mnemonic(
mnemonic: &MnemonicPhrase,
passphrase: &str,
context: &str,
) -> Result<SigningKey, CryptoError>Expand description
Recover an ed25519 signing key from a mnemonic phrase (deterministic)
pub fn recover_ed25519_from_mnemonic(
mnemonic: &MnemonicPhrase,
passphrase: &str,
context: &str,
) -> Result<SigningKey, CryptoError>Recover an ed25519 signing key from a mnemonic phrase (deterministic)