summaryrefslogtreecommitdiff
path: root/rng.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-19 14:31:20 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-19 14:31:20 -0500
commitbefd04312d8bdf2363921bf5ccb1393f5852a9a3 (patch)
treead07d8a6f73216719e0cb01aa6c5cd4a6cc34fb9 /rng.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'rng.h')
-rw-r--r--rng.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rng.h b/rng.h
index bde20947..a7a89243 100644
--- a/rng.h
+++ b/rng.h
@@ -40,7 +40,6 @@ private:
static const word16 r;
};
-/// \class X917RNG
/// \brief ANSI X9.17 RNG
/// \details X917RNG is from ANSI X9.17 Appendix C, and it uses a 64-bit block cipher, like TripleDES.
/// If you use a 128-bit block cipher, like AES, then you are effectively using an ANSI X9.31 generator.
@@ -75,7 +74,6 @@ private:
SecByteBlock m_randseed, m_lastBlock, m_deterministicTimeVector;
};
-/// \class MaurerRandomnessTest
/// \brief Maurer's Universal Statistical Test for Random Bit Generators
/// \details This class implements Maurer's Universal Statistical Test for
/// Random Bit Generators. It is intended for measuring the randomness of