Updated: October 28, 2024 |
Extract a public key
#include <qcrypto/qcrypto_keys.h>
int qcrypto_pubkey_from_privkey(qcrypto_ctx_t *ctx, qcrypto_key_t *privkey, qcrypto_key_t **pubkey)
This function extracts the public key from the specified private key.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.