qcrypto_key_is_public()
Check if a key is public
Synopsis:
#include <qcrypto/qcrypto_keys.h>int qcrypto_key_is_public(qcrypto_key_t *key)Arguments:
- key
- The key handle.
Library:
libqcryptoReturns:
1 if the key is public or 0 otherwise.
Page updated:
