Updated: October 28, 2024 |
Generate a PKI key
#include <qcrypto/qcrypto_keys.h>
int qcrypto_keypair_generate(qcrypto_ctx_t *ctx, qcrypto_key_t **pubkey, qcrypto_key_t **privkey)
The public key can be omitted and retrieved using qcrypto_pubkey_from_privkey() later.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.