Hi,
I'm working on a project where I need to use an RNG.
I worked with the nrf_drv_rng function with previous SDK but in the latest SDK (15.3) the is nrfx and nrf drivers.
Moreover there is a nrf_crypto_rng driver.
I had performance issues with the legacy nrf_drv_rng driver and I switched to nrf_crypto_rng and it solved the problem.
But I don't understand differences between all these drivers.
Can someone explain me the differences and links between all of them ?
Thanks