pub fn verify_file( archive_path: &Path, sig_path: &Path, public_key_b64: &str, ) -> Result<(), UpdateSignError>