Updated: October 28, 2024 |
Retrieve a public key from a private key
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_keygen_op_get_pubkey)(qcrypto_state_ctx_t *sctx, qcrypto_key_ctx_t *privkctx, qcrypto_key_ctx_t *pubkctx);
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.