[go: up one dir, main page]

Function decrypt

Source
pub async fn decrypt<T, F>(opts: DecryptOpts<T, F>) -> Result<Status>
where T: Progress + Send + 'static, F: Fn(PasswordHint) -> Password + Send + 'static,
Expand description

Decrypts and (optionally) decompresses a data package.

While decrypting/decompressing signatures and checksums are verified.