summaryrefslogtreecommitdiff
path: root/rabin.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 /rabin.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'rabin.h')
-rw-r--r--rabin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rabin.h b/rabin.h
index ad476ea3..1cea7d45 100644
--- a/rabin.h
+++ b/rabin.h
@@ -13,7 +13,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class RabinFunction
/// \brief Rabin trapdoor function using the public key
/// \since Crypto++ 2.0
class RabinFunction : public TrapdoorFunction, public PublicKey
@@ -52,7 +51,6 @@ protected:
Integer m_n, m_r, m_s;
};
-/// \class InvertibleRabinFunction
/// \brief Rabin trapdoor function using the private key
/// \since Crypto++ 2.0
class InvertibleRabinFunction : public RabinFunction, public TrapdoorFunctionInverse, public PrivateKey