Skip to main content

restore_text_from_encrypted_session

Function restore_text_from_encrypted_session 

Source
pub fn restore_text_from_encrypted_session(
    text: &str,
    encrypted_session: &str,
    encrypted_permits: &[String],
    passphrase: &str,
) -> Result<RestoreResult>