qcrypto_rng_t

Updated: April 19, 2023

RNG object

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_rng {
    qcrypto_rng_params_t params;
    qcrypto_rng_ops_t ops;
} qcrypto_rng_t;

Data:

qcrypto_rng_params_t params

The RNG parameters.

qcrypto_rng_ops_t ops

The RNG functions.

Library:

libqcrypto