summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-06-24 00:54:16 -0400
committerJeffrey Walton <noloader@gmail.com>2018-06-24 00:54:16 -0400
commit2f5b110b5272f45006cb9227dd0216a6c3b64a4b (patch)
tree3602141476de485d7f87cf33a9a709d31a2e9ea0 /cryptlib.vcxproj
parent32e2be647a92bba97bb70d0c79bcfc2ff9de20fe (diff)
downloadcryptopp-git-2f5b110b5272f45006cb9227dd0216a6c3b64a4b.tar.gz
Add HIGHT lightweight block cipher (GH #672)
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 1bce1d1d..181b5845 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -231,6 +231,7 @@
<ClCompile Include="gost.cpp" />
<ClCompile Include="gzip.cpp" />
<ClCompile Include="hex.cpp" />
+ <ClCompile Include="hight.cpp" />
<ClCompile Include="hmac.cpp" />
<ClCompile Include="hrtimer.cpp" />
<ClCompile Include="ida.cpp" />
@@ -422,6 +423,7 @@
<ClInclude Include="gost.h" />
<ClInclude Include="gzip.h" />
<ClInclude Include="hex.h" />
+ <ClInclude Include="hight.h" />
<ClInclude Include="hkdf.h" />
<ClInclude Include="hmac.h" />
<ClInclude Include="hmqv.h" />