Updated: October 28, 2024 |
Initialize a signature
#include <qcrypto/qcrypto.h>
int qcrypto_signature_init(qcrypto_ctx_t *ctx, qcrypto_key_t *key, const qcrypto_signature_args_t *sargs)
This function initializes the signature algorithm. See also qcrypto_signature_args_t.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.