summaryrefslogtreecommitdiff
path: root/randpool.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-06-17 17:55:45 -0400
committerJeffrey Walton <noloader@gmail.com>2021-06-17 17:55:45 -0400
commit04b84da291a7f3573183d80e034f18130870226c (patch)
treedf510d7828848d6b21659d521c871c40d402bddd /randpool.h
parentfabd88e4e47bf7024ce75ad7eca95483e1f2eb9a (diff)
downloadcryptopp-git-04b84da291a7f3573183d80e034f18130870226c.tar.gz
Update comments
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: