qcrypto_keygen_params_t
Key generation parameters
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_keygen_params {
qcrypto_key_alg_type_t alg_type;
} qcrypto_keygen_params_t;Data:
- qcrypto_key_alg_type_t alg_type
The key algorithm type.
Library:
libqcryptoPage updated:
