Updated: October 28, 2024 |
RNG functions
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_rng_ops { qcrypto_rng_op_init init; qcrypto_rng_op_seed seed; qcrypto_rng_op_bytes bytes; } qcrypto_rng_ops_t;
The RNG initialization function.
The RNG seed function.
The RNG bytes extraction function.