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 --- cryptlib.vcproj | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 118 insertions(+), 8 deletions(-) (limited to 'cryptlib.vcproj') diff --git a/cryptlib.vcproj b/cryptlib.vcproj index fbb97b2..c14e64e 100755 --- a/cryptlib.vcproj +++ b/cryptlib.vcproj @@ -1105,6 +1105,10 @@ /> + + @@ -1845,6 +1849,10 @@ /> + + @@ -1919,6 +1927,10 @@ /> + + @@ -3357,6 +3369,10 @@ /> + + @@ -6856,6 +6872,10 @@ /> + + @@ -8492,6 +8512,80 @@ /> + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8508,7 +8602,7 @@ > @@ -8525,7 +8619,7 @@ > @@ -8542,7 +8636,7 @@ > @@ -8559,7 +8653,7 @@ > @@ -8971,6 +9065,10 @@ RelativePath="asn.h" > + + @@ -9003,10 +9101,18 @@ RelativePath="cbcmac.h" > + + + + @@ -9091,6 +9197,10 @@ RelativePath="fltrimpl.h" > + + @@ -9315,6 +9425,10 @@ RelativePath="seckey.h" > + + @@ -9452,10 +9566,6 @@ > - - -- cgit v1.2.1