Skip to main content

decrypt_session_from_storage

Function decrypt_session_from_storage 

Source
pub fn decrypt_session_from_storage(
    data: &str,
    passphrase: &str,
    external_id: &str,
) -> Result<RedactionSession>