Update comment

This commit is contained in:
Jack Grigg
2017-01-04 10:20:25 +01:00
parent e5df7ee78e
commit 13124da0b6

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);