Updated: October 28, 2024 |
Seed the random number generator (RNG) algorithm
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_rng_op_seed)(qcrypto_state_ctx_t *sctx, const uint8_t *seed, size_t size);
This function seeds the RNG algorithm with an initial value.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.