Updated: October 28, 2024 |
Extract a value from the random number generator (RNG) algorithm
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_rng_op_bytes)(qcrypto_state_ctx_t *sctx, uint8_t *buf, size_t size);
This function is used to extract a random-sized value from the RNG algorithm.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.