pub fn read_openpgp_signatures(
signatures: &HashSet<RegularFile>,
) -> Result<Vec<OpenpgpSignature>, Error>Expand description
Reads OpenPGP signatures from a list of regular files.
ยงErrors
Returns an error if one of the signatures cannot be read.