zipsign-api

Crates.iozipsign-api
lib.rszipsign-api
version0.1.2
sourcesrc
created_at2023-09-14 17:02:33.608246
updated_at2024-07-04 06:31:11.326849
descriptionSign and verify `.zip` and `.tar.gz` files with an ed25519 signing key
homepage
repositoryhttps://github.com/Kijewski/zipsign
max_upload_size
id972906
size48,774
René Kijewski (Kijewski)

documentation

README

zipsign-api

Sign and verify .zip and .tar.gz files with an ed25519 signing key.

GitHub Workflow Status Crates.io License: License: Apache-2.0

This library contains the brains of zipsign. You can use it in your projects to verify and sign .zip and .tar.gz files without running a separate application, e.g. to verify a self-update.

Features

  • default: sign and verify .tar.gz and .zip files
  • sign-tar: sign a .tar.gz file
  • verify-tar: verify a signed .tar.gz file
  • sign-zip: sign a .zip file
  • verify-zip: verify a signed .zip file
  • tar: combines sign-tar and verify-tar
  • zip: combines sign-zip and verify-zip
Commit count: 62

cargo fmt