summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-04 03:47:28 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-04 03:47:28 -0400
commitd00777e1d7c5f129b8b86837f7a03c4e1de7da35 (patch)
tree52056536d06cc9586c84145327bd4a7849bba7e4 /cryptlib.vcxproj
parent94e0b3c954b15048e00544c18c54f3776e1892da (diff)
downloadcryptopp-git-d00777e1d7c5f129b8b86837f7a03c4e1de7da35.tar.gz
Add Rabbit stream cipher (GH #678)
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 a0bff0d4..3a4af531 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -271,6 +271,7 @@
<ClCompile Include="queue.cpp" />
<ClCompile Include="rabin.cpp" />
<ClCompile Include="randpool.cpp" />
+ <ClCompile Include="rabbit.cpp" />
<ClCompile Include="rc2.cpp" />
<ClCompile Include="rc5.cpp" />
<ClCompile Include="rc6.cpp" />
@@ -469,6 +470,7 @@
<ClInclude Include="queue.h" />
<ClInclude Include="rabin.h" />
<ClInclude Include="randpool.h" />
+ <ClInclude Include="rabbit.h" />
<ClInclude Include="rc2.h" />
<ClInclude Include="rc5.h" />
<ClInclude Include="rc6.h" />