Topic: How to make a random static
I have implemented gen_seed_for_test and custom_rand_gen_seed and custom_rand_generate_block which just uses a static number.
but when I create an rng with wc_init_rng_ex , I get -209 "DRBG_CONT_FIPS_E"
I assume this is due to the health check under the hood, but considering a person is testing, how can they turn the checks off?