pub fn decrypt_file(
input_path: impl AsRef<Path>,
output_path: impl AsRef<Path>,
key: &EncryptionKey,
) -> UtilResult<()>Expand description
Decrypt a file.
pub fn decrypt_file(
input_path: impl AsRef<Path>,
output_path: impl AsRef<Path>,
key: &EncryptionKey,
) -> UtilResult<()>Decrypt a file.