summaryrefslogtreecommitdiff
path: root/ec2n.h
diff options
context:
space:
mode:
Diffstat (limited to 'ec2n.h')
-rw-r--r--ec2n.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ec2n.h b/ec2n.h
index 6de58c62..25ac334e 100644
--- a/ec2n.h
+++ b/ec2n.h
@@ -24,7 +24,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class EC2N
/// \brief Elliptic Curve over GF(2^n)
class CRYPTOPP_DLL EC2N : public AbstractGroup<EC2NPoint>, public EncodedPoint<EC2NPoint>
{
@@ -97,12 +96,10 @@ private:
CRYPTOPP_DLL_TEMPLATE_CLASS DL_FixedBasePrecomputationImpl<EC2N::Point>;
CRYPTOPP_DLL_TEMPLATE_CLASS DL_GroupPrecomputation<EC2N::Point>;
-/// \class EcPrecomputation
/// \brief Elliptic Curve precomputation
/// \tparam EC elliptic curve field
template <class EC> class EcPrecomputation;
-/// \class EcPrecomputation<EC2N>
/// \brief EC2N precomputation specialization
/// \details Implementation of <tt>DL_GroupPrecomputation<EC2N::Point></tt>
/// \sa DL_GroupPrecomputation