pub fn backup_key_encrypted(
keypair: &KeyPair,
password: &str,
config: &BackupConfig,
) -> BackupResult<EncryptedBackup>Expand description
Create an encrypted backup of a key using password-based encryption
pub fn backup_key_encrypted(
keypair: &KeyPair,
password: &str,
config: &BackupConfig,
) -> BackupResult<EncryptedBackup>Create an encrypted backup of a key using password-based encryption