Skip to main content

encrypt_session_for_storage

Function encrypt_session_for_storage 

Source
pub fn encrypt_session_for_storage(
    session: &RedactionSession,
    passphrase: &str,
    external_id: &str,
) -> Result<String>