From caf9e032e6b4ccb114a74a3936c916bcfaba262d Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 2 Mar 2009 02:39:17 +0000 Subject: changes for 5.6: - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@433 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- cryptdll.vcproj | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) (limited to 'cryptdll.vcproj') diff --git a/cryptdll.vcproj b/cryptdll.vcproj index 24daad4..f0d2b28 100755 --- a/cryptdll.vcproj +++ b/cryptdll.vcproj @@ -542,6 +542,10 @@ /> + + @@ -626,6 +630,10 @@ /> + + @@ -668,6 +676,10 @@ /> + + @@ -1268,6 +1280,10 @@ /> + + @@ -2381,15 +2397,15 @@ @@ -2427,6 +2443,10 @@ RelativePath="asn.h" > + + @@ -2435,10 +2455,18 @@ RelativePath="cbcmac.h" > + + + + @@ -2503,6 +2531,10 @@ RelativePath="fltrimpl.h" > + + -- cgit v1.2.1