summaryrefslogtreecommitdiff
path: root/cryptdll.vcproj
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-02 02:39:17 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-02 02:39:17 +0000
commitcaf9e032e6b4ccb114a74a3936c916bcfaba262d (patch)
tree0fecaa7a6728d07549a41864ea2cedfb245f0bd3 /cryptdll.vcproj
parent4e4793cc591e26c788b53c487bee7cab2d377f5e (diff)
downloadcryptopp-caf9e032e6b4ccb114a74a3936c916bcfaba262d.tar.gz
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
Diffstat (limited to 'cryptdll.vcproj')
-rwxr-xr-xcryptdll.vcproj42
1 files changed, 37 insertions, 5 deletions
diff --git a/cryptdll.vcproj b/cryptdll.vcproj
index 24daad4..f0d2b28 100755
--- a/cryptdll.vcproj
+++ b/cryptdll.vcproj
@@ -543,6 +543,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\authenc.cpp"
+ >
+ </File>
+ <File
RelativePath="basecode.cpp"
>
<FileConfiguration
@@ -627,6 +631,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\ccm.cpp"
+ >
+ </File>
+ <File
RelativePath="channels.cpp"
>
<FileConfiguration
@@ -669,6 +677,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\cmac.cpp"
+ >
+ </File>
+ <File
RelativePath=".\cpu.cpp"
>
</File>
@@ -1269,6 +1281,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\gcm.cpp"
+ >
+ </File>
+ <File
RelativePath="gf2n.cpp"
>
<FileConfiguration
@@ -2381,15 +2397,15 @@
</FileConfiguration>
</File>
<File
- RelativePath=".\x64masm.asm"
+ RelativePath=".\x64dll.asm"
>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;"
- Outputs="$(IntDir)\x64masm.obj"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64dll.obj&quot; /Zi &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+ Outputs="$(IntDir)\x64dll.obj"
/>
</FileConfiguration>
<FileConfiguration
@@ -2397,8 +2413,8 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;"
- Outputs="$(IntDir)\x64masm.obj"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64dll.obj&quot; /Zi &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+ Outputs="$(IntDir)\x64dll.obj"
/>
</FileConfiguration>
</File>
@@ -2428,6 +2444,10 @@
>
</File>
<File
+ RelativePath=".\authenc.h"
+ >
+ </File>
+ <File
RelativePath="basecode.h"
>
</File>
@@ -2436,10 +2456,18 @@
>
</File>
<File
+ RelativePath=".\ccm.h"
+ >
+ </File>
+ <File
RelativePath="channels.h"
>
</File>
<File
+ RelativePath=".\cmac.h"
+ >
+ </File>
+ <File
RelativePath="config.h"
>
</File>
@@ -2504,6 +2532,10 @@
>
</File>
<File
+ RelativePath=".\gcm.h"
+ >
+ </File>
+ <File
RelativePath="gf2n.h"
>
</File>