From a2828f6ae67c3d7294118a8144b1b2ec431237c4 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 22 Jul 2004 00:51:57 +0000 Subject: fix documentation, fix PanamaMAC, fix algorithm names git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@186 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- luc.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'luc.h') diff --git a/luc.h b/luc.h index e88d025..93ab51d 100644 --- a/luc.h +++ b/luc.h @@ -49,7 +49,7 @@ protected: Integer m_n, m_e; }; -//! . +//! _ class InvertibleLUCFunction : public LUCFunction, public TrapdoorFunctionInverse, public PrivateKey { typedef InvertibleLUCFunction ThisClass; @@ -127,7 +127,7 @@ private: Integer m_p; }; -//! . +//! _ class DL_BasePrecomputation_LUC : public DL_FixedBasePrecomputation { public: @@ -146,7 +146,7 @@ private: Integer m_g; }; -//! . +//! _ class DL_GroupParameters_LUC : public DL_GroupParameters_IntegerBasedImpl { public: @@ -168,7 +168,7 @@ private: int GetFieldType() const {return 2;} }; -//! . +//! _ class DL_GroupParameters_LUC_DefaultSafePrime : public DL_GroupParameters_LUC { public: @@ -178,7 +178,7 @@ protected: unsigned int GetDefaultSubgroupOrderSize(unsigned int modulusSize) const {return modulusSize-1;} }; -//! . +//! _ class DL_Algorithm_LUC_HMP : public DL_ElgamalLikeSignatureAlgorithm { public: @@ -191,7 +191,7 @@ public: {return params.GetGroupOrder().ByteCount();} }; -//! . +//! _ struct DL_SignatureKeys_LUC { typedef DL_GroupParameters_LUC GroupParameters; @@ -205,7 +205,7 @@ struct LUC_HMP : public DL_SS