summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-03-31 20:09:38 -0400
committerGitHub <noreply@github.com>2018-03-31 20:09:38 -0400
commit64d02e3a18ab253ca7ee2a508a453ba85e9184b6 (patch)
tree6a5bb676b246999b86b490606cea5e41f2a9e5db /cryptlib.vcxproj
parent8d81492f88fdcf755f7d7493c8eddaa6d159b052 (diff)
downloadcryptopp-git-64d02e3a18ab253ca7ee2a508a453ba85e9184b6.tar.gz
Add scrypt key derivation function (GH #613, PR #626)
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 0d4ab1cd..f57d8fe1 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -278,6 +278,7 @@
<ClCompile Include="rw.cpp" />
<ClCompile Include="safer.cpp" />
<ClCompile Include="salsa.cpp" />
+ <ClCompile Include="scrypt.cpp" />
<ClCompile Include="seal.cpp" />
<ClCompile Include="seed.cpp" />
<ClCompile Include="serpent.cpp" />
@@ -468,6 +469,7 @@
<ClInclude Include="rw.h" />
<ClInclude Include="safer.h" />
<ClInclude Include="salsa.h" />
+ <ClInclude Include="scrypt.h" />
<ClInclude Include="seal.h" />
<ClInclude Include="secblock.h" />
<ClInclude Include="seckey.h" />
@@ -515,4 +517,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file