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 --- oaep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oaep.h') diff --git a/oaep.h b/oaep.h index cda1a9e..6b3ef67 100644 --- a/oaep.h +++ b/oaep.h @@ -6,7 +6,7 @@ NAMESPACE_BEGIN(CryptoPP) -//! EME-OAEP, for use with RSAES +//! _ class CRYPTOPP_DLL OAEP_Base : public PK_EncryptionMessageEncodingMethod { public: @@ -21,6 +21,7 @@ protected: virtual MaskGeneratingFunction * NewMGF() const =0; }; +//! EME-OAEP, for use with classes derived from TF_ES template class OAEP : public OAEP_Base, public EncryptionStandard { -- cgit v1.2.1