rnp icon indicating copy to clipboard operation
rnp copied to clipboard

FFI: add function to export signature's data.

Open ni4 opened this issue 2 years ago • 0 comments

Description

In some scenarios it could be desirable to export key signature(s) without the key itself. So it is suggested to add API function like rnp_signature_export(rnp_signature_handle_t, rnp_output_t, uint32_t flags) which would implement this functionality.

ni4 avatar Mar 19 '22 11:03 ni4