Expand description
Functions to sign a file
Structs§
- Gather
Signature Data Error - An error returned by
gather_signature_data()
- Read
Signing Keys Error - An error returned by
read_signing_keys()
- Sign
TarError sign-tar
- An error returned by
copy_and_sign_tar()
- Sign
ZipError sign-zip
- An error returned by
copy_and_sign_zip()
Functions§
- copy_
and_ sign_ tar sign-tar
- Copy a
.tar.gz
file and sign its content - copy_
and_ sign_ zip sign-zip
- Copy a
.zip
file and sign its content - gather_
signature_ data - Sign a pre-hashed message with all provided signing keys, and return a signature block incl. a header
- read_
signing_ keys - Read signing keys from an
Iterator
of readable inputs