qcrypto_rng_params_t
RNG parameters
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_rng_params {
size_t security;
} qcrypto_rng_params_t;Data:
- size_t security
The security strength.
Library:
libqcryptoPage updated:
RNG parameters
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_rng_params {
size_t security;
} qcrypto_rng_params_t;The security strength.