rand: Use crypto libs instead of CryptGenRandom()
We will always have either openssl or gnutls, which are better sources for random nonces. Also, CryptGenRandom is deprecated API that's not available on WinRT/UWP.
Showing
Please register or sign in to comment