Address review comments

This commit is contained in:
Jack Grigg
2017-01-16 17:38:04 +01:00
parent 207924a1d5
commit bf6a138304
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
#include <stdint.h>
/**
* Functions to gather random data via the libsodium PRNG
* Functions to gather random data via the libsodium CSPRNG
*/
void GetRandBytes(unsigned char* buf, size_t num);
uint64_t GetRand(uint64_t nMax);