Updated: October 28, 2024 |
Sign a signature
#include <qcrypto/qcrypto.h>
int qcrypto_signature_sign(qcrypto_ctx_t *ctx, uint8_t *sig, size_t *sigsize)
This function signs the input data digest using the specified algorithm, its arguments, and a private key. Use qcrypto_signature_sigsize() to get the signature size and make sure that the caller can allocate a buffer that is large enough.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.