summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj.filters
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.filters
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.filters')
-rw-r--r--cryptlib.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptlib.vcxproj.filters b/cryptlib.vcxproj.filters
index 954a74ce..9867d7ba 100644
--- a/cryptlib.vcxproj.filters
+++ b/cryptlib.vcxproj.filters
@@ -89,6 +89,9 @@
<ClCompile Include="cham.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="cham-simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="channels.cpp">
<Filter>Source Files</Filter>
</ClCompile>