Common: Add SHA1Digest

This commit is contained in:
Connor McLaughlin
2022-08-15 23:53:31 +10:00
parent 3abf1df362
commit e9126aeeb8
5 changed files with 192 additions and 0 deletions

View File

@ -70,6 +70,7 @@
<ClInclude Include="rectangle.h" />
<ClInclude Include="scoped_guard.h" />
<ClInclude Include="settings_interface.h" />
<ClInclude Include="sha1_digest.h" />
<ClInclude Include="string.h" />
<ClInclude Include="heterogeneous_containers.h" />
<ClInclude Include="string_util.h" />
@ -172,6 +173,7 @@
<ClCompile Include="md5_digest.cpp" />
<ClCompile Include="minizip_helpers.cpp" />
<ClCompile Include="progress_callback.cpp" />
<ClCompile Include="sha1_digest.cpp" />
<ClCompile Include="string.cpp" />
<ClCompile Include="string_util.cpp" />
<ClCompile Include="thirdparty\StackWalker.cpp">