pub fn decrypt(
pass: &Password,
et: &EncryptedData,
) -> Result<Vec<u8>, DecryptionError>Expand description
Dual to the encrypt method.
pub fn decrypt(
pass: &Password,
et: &EncryptedData,
) -> Result<Vec<u8>, DecryptionError>Dual to the encrypt method.