Function zipsign_api::verify::verify_tar

source ·
pub fn verify_tar<I>(
    input: &mut I,
    keys: &[VerifyingKey],
    context: Option<&[u8]>
) -> Result<usize, VerifyTarError>where
    I: ?Sized + Read + Seek,
Expand description

Find the index of the first VerifyingKey that matches the a signature in a signed .tar.gz file