Updated: October 28, 2024 |
Initialize PKI key generation using the specified arguments
#include <qcrypto/qcrypto_keys.h>
int qcrypto_keypair_init(qcrypto_ctx_t *ctx, const qcrypto_key_args_t *kargs)
This function initializes a PKI key generation algorithm using the specified key arguments.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.