pub fn decrypt_file<P: AsRef<Path>>( input_path: P, output_path: P, private_key_str: &str, ) -> Result<(), RsaUtilsError>
Decrypt file using hybrid decryption (RSA for AES key, AES for file content)