Address review comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user