qcrypto_rng_params_t

Updated: April 19, 2023

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:

libqcrypto