summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
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
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')
-rw-r--r--cryptlib.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 473ac9dc..4c2b0fb8 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -306,6 +306,7 @@
<ClCompile Include="skipjack.cpp" />
<ClCompile Include="sm3.cpp" />
<ClCompile Include="sm4.cpp" />
+ <ClCompile Include="sm4-simd.cpp" />
<ClCompile Include="socketft.cpp" />
<ClCompile Include="sosemanuk.cpp" />
<ClCompile Include="speck.cpp" />