summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-06-19 18:03:28 -0400
committerJeffrey Walton <noloader@gmail.com>2018-06-19 18:03:28 -0400
commit6138829572f58cfe67e2e1c6a6bb1c69c9ed7872 (patch)
treea56dde0aee83031ccdb6851f27e10a14af52b5bf /cryptlib.vcxproj
parent34dcb0d4cd64623762188b7660b206e05e4836fc (diff)
downloadcryptopp-git-6138829572f58cfe67e2e1c6a6bb1c69c9ed7872.tar.gz
Add CHAM128 SSSE3 implementation (PR #670)
CHAM-128(128) from 10.5 cpb to 4.1 cpb. CHAM-128(256) from 12.5 cpb to 4.7 cpb.
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 774705cc..a2f7e0be 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -192,6 +192,7 @@
<ClCompile Include="ccm.cpp" />
<ClCompile Include="chacha.cpp" />
<ClCompile Include="cham.cpp" />
+ <ClCompile Include="cham-simd.cpp" />
<ClCompile Include="channels.cpp" />
<ClCompile Include="cmac.cpp" />
<ClCompile Include="crc.cpp" />