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 --- rw.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'rw.h') diff --git a/rw.h b/rw.h index f341d5f..5ba75f8 100644 --- a/rw.h +++ b/rw.h @@ -11,7 +11,7 @@ NAMESPACE_BEGIN(CryptoPP) -//! . +//! _ class RWFunction : virtual public TrapdoorFunction, public PublicKey { typedef RWFunction ThisClass; @@ -38,7 +38,7 @@ protected: Integer m_n; }; -//! . +//! _ class InvertibleRWFunction : public RWFunction, public TrapdoorFunctionInverse, public PrivateKey { typedef InvertibleRWFunction ThisClass; @@ -74,7 +74,7 @@ protected: Integer m_p, m_q, m_u; }; -//! . +//! _ class EMSA2Pad : public EMSA2HashIdLookup { public: @@ -88,14 +88,18 @@ public: byte *representative, unsigned int representativeBitLength) const; }; -//! EMSA2, for use with RW -/*! See pssr.h for a list of hash functions supported by this signature standard. */ +//! EMSA2, for use with RWSS +/*! Only the following hash functions are supported by this signature standard: + \dontinclude pssr.h + \skip can be instantiated + \until end of list +*/ struct P1363_EMSA2 : public SignatureStandard { typedef EMSA2Pad SignatureMessageEncodingMethod; }; -//! . +//! RW struct RW { static std::string StaticAlgorithmName() {return "RW";} -- cgit v1.2.1