summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj.filters
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-13 08:48:43 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-13 08:48:43 -0400
commit678bdb1735409b2e0a6727959e9f97f785fd19da (patch)
tree1702f34c254f967e0e21c6d3a90b931cf0634987 /cryptlib.vcxproj.filters
parent3c2123344073eaa3fbb49c9ff1cc9b286a9a7a7e (diff)
downloadcryptopp-git-678bdb1735409b2e0a6727959e9f97f785fd19da.tar.gz
Add AES-NI accelerated SM4 encryption (GH #540)
Thanks to Markku-Juhani Olavi Saarinen for the code. Also see https://github.com/mjosaarinen/sm4ni
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 889bbfd5..8e36a50e 100644
--- a/cryptlib.vcxproj.filters
+++ b/cryptlib.vcxproj.filters
@@ -410,6 +410,9 @@
<ClCompile Include="sm4.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="sm4-simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="speck.cpp">
<Filter>Source Files</Filter>
</ClCompile>