summaryrefslogtreecommitdiff
path: root/esign.h
diff options
context:
space:
mode:
Diffstat (limited to 'esign.h')
-rw-r--r--esign.h6
1 files changed, 3 insertions, 3 deletions
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 T>
class EMSA5Pad : public PK_DeterministicSignatureMessageEncodingMethod
{