Updated: October 28, 2024 |
Initialize an RNG algorithm
#include <qcrypto/qcrypto.h>
int qcrypto_rng_init(qcrypto_ctx_t *ctx, const qcrypto_rng_args_t *rargs)
See also qcrypto_rng_args_t.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.