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