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 --- esign.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'esign.h') diff --git a/esign.h b/esign.h index e930e88..dd44e0c 100644 --- a/esign.h +++ b/esign.h @@ -11,7 +11,7 @@ NAMESPACE_BEGIN(CryptoPP) -//! . +//! _ class ESIGNFunction : public TrapdoorFunction, public PublicKey, public ASN1CryptoMaterial { typedef ESIGNFunction ThisClass; @@ -47,7 +47,7 @@ protected: Integer m_n, m_e; }; -//! . +//! _ class InvertibleESIGNFunction : public ESIGNFunction, public RandomizedTrapdoorFunctionInverse, public PrivateKey { typedef InvertibleESIGNFunction ThisClass; @@ -81,7 +81,7 @@ protected: Integer m_p, m_q; }; -//! . +//! _ template class EMSA5Pad : public PK_DeterministicSignatureMessageEncodingMethod { -- cgit v1.2.1