| Updated: October 28, 2024 |
Initialize a key pair using parameters
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_keygen_op_keypair_init_params)(qcrypto_state_ctx_t *sctx,
const uint8_t *params,
size_t size,
qcrypto_key_format_t fmt);
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.