qcrypto_keygen_params_t

Updated: April 19, 2023

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:

libqcrypto