Updated: October 28, 2024 |
Initialize a key pair
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_keygen_op_keypair_init)(qcrypto_state_ctx_t *sctx, const qcrypto_key_args_t *kargs);
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.