decrypt

Function decrypt 

Source
pub fn decrypt(
    pass: &Password,
    et: &EncryptedData,
) -> Result<Vec<u8>, DecryptionError>
Expand description

Dual to the encrypt method.