Function zipsign_api::verify::verify_zip
source ยท pub fn verify_zip<R>(
signed_file: &mut R,
keys: &[VerifyingKey],
context: Option<&[u8]>,
) -> Result<usize, VerifyZipError>
Available on crate feature
verify-zip
only.Expand description
Find the index of the first VerifyingKey
that matches the a signature in a signed .zip
file