[][src]Function fs_crypto::decrypt_file

pub fn decrypt_file(
    input_filename: &Path,
    output_filename: &OsStr,
    password: &Vec<u8>
) -> Result<(), Error>