summaryrefslogtreecommitdiff
path: root/pkcspad.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-15 23:46:59 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-15 23:46:59 +0000
commite3b2455fd8a84c4dc34767568d2f98dfb088c3af (patch)
treea500a35c73e935ad67d80e7e7133002187932324 /pkcspad.h
parent79b3e69ea3b3e1f86e12e142518a93e4735efb9f (diff)
downloadcryptopp-e3b2455fd8a84c4dc34767568d2f98dfb088c3af.tar.gz
move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@292 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'pkcspad.h')
-rw-r--r--pkcspad.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkcspad.h b/pkcspad.h
index 91eac88..4d89089 100644
--- a/pkcspad.h
+++ b/pkcspad.h
@@ -31,14 +31,16 @@ public:
// PKCS_DigestDecoration can be instantiated with the following
// classes as specified in PKCS#1 v2.0 and P1363a
class SHA1;
-class MD2;
-class MD5;
class RIPEMD160;
class Tiger;
class SHA224;
class SHA256;
class SHA384;
class SHA512;
+namespace Weak {
+class MD2;
+class MD5;
+}
// end of list
#ifdef CRYPTOPP_IS_DLL