summaryrefslogtreecommitdiff
path: root/cryptlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cryptlib.cpp')
-rw-r--r--cryptlib.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptlib.cpp b/cryptlib.cpp
index 8cf68fb..4f2692f 100644
--- a/cryptlib.cpp
+++ b/cryptlib.cpp
@@ -145,6 +145,7 @@ void RandomNumberGenerator::DiscardBytes(unsigned int n)
GenerateByte();
}
+//! see NullRNG()
class ClassNullRNG : public RandomNumberGenerator
{
public: