Updated: October 28, 2024 |
Initialize a signature
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_signature_op_init)(qcrypto_state_ctx_t *sctx, const qcrypto_key_ctx_t *kctx, const qcrypto_signature_args_t *sargs);
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.