Skip to main content

decrypt_file

Function decrypt_file 

Source
pub fn decrypt_file(path: &Path, master_key: &[u8]) -> Result<()>
Expand description

Decrypt a single file using streaming chunked decryption.