pub fn verify_remote_file(
url: &str,
trusted_keys: &[String],
) -> Result<Vec<u8>, Error>Expand description
Verifies a remote file against a set of trusted PGP keys.
ยงErrors
Returns an error if:
- The file or its signature cannot be fetched.
- The signature is invalid or not signed by a trusted key.