Function zipsign_api::sign::copy_and_sign_tar

source ยท
pub fn copy_and_sign_tar<I, O>(
    input: &mut I,
    output: &mut O,
    keys: &[SigningKey],
    context: Option<&[u8]>,
) -> Result<(), SignTarError>
where I: ?Sized + Seek + Read, O: ?Sized + Seek + Write,
Available on crate feature sign-tar only.
Expand description

Copy a .tar.gz file and sign its content