Update comment

This commit is contained in:
Jack Grigg 2017-01-04 10:20:25 +01:00
parent e5df7ee78e
commit 13124da0b6
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ void RandAddSeed();
void RandAddSeedPerfmon();
/**
* Functions to gather random data via the OpenSSL PRNG
* Functions to gather random data via the libsodium PRNG
*/
void GetRandBytes(unsigned char* buf, size_t num);
uint64_t GetRand(uint64_t nMax);