summaryrefslogtreecommitdiff
path: root/randpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'randpool.h')
-rw-r--r--randpool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/randpool.h b/randpool.h
index f5866ed8..e640b943 100644
--- a/randpool.h
+++ b/randpool.h
@@ -88,6 +88,7 @@ public:
void GenerateBlock(byte *output, size_t size);
// GenerateWord32 is overriden and provides Crypto++ 5.4 behavior.
+ // Taken from RandomNumberSource::GenerateWord32 in cryptlib.cpp.
word32 GenerateWord32 (word32 min=0, word32 max=0xffffffffUL);
protected: