Updated: October 28, 2024 |
Initialize an RNG algorithm
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_rng_op_init)(qcrypto_state_ctx_t *sctx, const qcrypto_rng_args_t *rargs);
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.