pub fn openpgp_verify<'a>(
lookup: &'a VerifierLookup<'_>,
signatures: &'a [OpenpgpSignature],
file: &RegularFile,
) -> Result<Vec<OpenpgpSignatureCheck<'a>>, Error>Expand description
Verifies a regular file using a set of OpenPGP certificates and signatures.
ยงErrors
Returns an error if voa_openpgp::verify_from_file fails.