7 releases
0.1.2 | Jul 4, 2024 |
---|---|
0.1.1 | Nov 5, 2023 |
0.1.0 | Oct 23, 2023 |
0.1.0-a.3 | Sep 16, 2023 |
#213 in Cryptography
91,076 downloads per month
Used in 39 crates
(4 directly)
36KB
786 lines
zipsign-api
Sign and verify .zip
and .tar.gz
files with an ed25519 signing key.
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
filessign-tar
: sign a.tar.gz
fileverify-tar
: verify a signed.tar.gz
filesign-zip
: sign a.zip
fileverify-zip
: verify a signed.zip
filetar
: combinessign-tar
andverify-tar
zip
: combinessign-zip
andverify-zip
Dependencies
~3.5–5MB
~95K SLoC