~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to pkcspad.h

  • Committer: weidai
  • Date: 2010-06-18 01:52:34 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:485
avoid SecBlock of arrays

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
// PKCS_DigestDecoration can be instantiated with the following
32
32
// classes as specified in PKCS#1 v2.0 and P1363a
33
33
class SHA1;
34
 
class MD2;
35
 
class MD5;
36
34
class RIPEMD160;
37
35
class Tiger;
38
36
class SHA224;
39
37
class SHA256;
40
38
class SHA384;
41
39
class SHA512;
 
40
namespace Weak1 {
 
41
class MD2;
 
42
class MD5;
 
43
}
42
44
// end of list
43
45
 
44
46
#ifdef CRYPTOPP_IS_DLL