summaryrefslogtreecommitdiff
path: root/xtr.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 /xtr.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'xtr.h')
-rw-r--r--xtr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xtr.h b/xtr.h
index 396c11e6..29479d8c 100644
--- a/xtr.h
+++ b/xtr.h
@@ -12,7 +12,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class GFP2Element
/// \brief an element of GF(p^2)
class GFP2Element
{
@@ -42,7 +41,6 @@ public:
Integer c1, c2;
};
-/// \class GFP2_ONB
/// \brief GF(p^2), optimal normal basis
template <class F>
class GFP2_ONB : public AbstractRing<GFP2Element>