summaryrefslogtreecommitdiff
path: root/pkcspad.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-04-15 23:46:59 +0000
committerweidai <weidai11@users.noreply.github.com>2007-04-15 23:46:59 +0000
commit004681fd5a08196d3d69a1b86b6705c255088598 (patch)
treea500a35c73e935ad67d80e7e7133002187932324 /pkcspad.h
parenta22c8e43e5ce9eda14de007677d748eb3fec68db (diff)
downloadcryptopp-git-004681fd5a08196d3d69a1b86b6705c255088598.tar.gz
move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'
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 91eac889..4d890890 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