summaryrefslogtreecommitdiff
path: root/rabin.h
diff options
context:
space:
mode:
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