Function zipsign_api::unsign::copy_and_unsign_zip

source ยท
pub fn copy_and_unsign_zip<I, O>(
    input: &mut I,
    output: &mut O,
) -> Result<(), UnsignZipError>
where I: ?Sized + Read + Seek, O: ?Sized + Read + Seek + Write,
Available on crate feature unsign-zip only.
Expand description

Copy a signed .zip file without the signatures