pub fn sign(
_input: PathBuf,
_output: PathBuf,
_key: PathBuf,
_cert: PathBuf,
) -> Result<()>Expand description
Sign a 3MF file using an RSA key.
Status: Not yet implemented. lib3mf-rs currently supports verifying existing signatures but not creating new ones.
§Arguments
_input- Input 3MF file path_output- Output 3MF file path_key- Path to PEM-encoded private key_cert- Path to PEM-encoded certificate
§Errors
Always returns an error indicating the feature is not implemented.