|
229 | 229 | <ClCompile Include="..\..\librhash\algorithms.c" />
|
230 | 230 | <ClCompile Include="..\..\librhash\blake2b.c" />
|
231 | 231 | <ClCompile Include="..\..\librhash\blake2s.c" />
|
| 232 | + <ClCompile Include="..\..\librhash\blake3.c" /> |
232 | 233 | <ClCompile Include="..\..\librhash\byte_order.c" />
|
233 | 234 | <ClCompile Include="..\..\librhash\crc32.c" />
|
234 | 235 | <ClCompile Include="..\..\librhash\ed2k.c" />
|
|
246 | 247 | <ClCompile Include="..\..\librhash\sha1.c" />
|
247 | 248 | <ClCompile Include="..\..\librhash\sha256.c" />
|
248 | 249 | <ClCompile Include="..\..\librhash\sha512.c" />
|
| 250 | + <ClCompile Include="..\..\librhash\sha_ni.c" /> |
249 | 251 | <ClCompile Include="..\..\librhash\sha3.c" />
|
250 | 252 | <ClCompile Include="..\..\librhash\snefru.c" />
|
251 | 253 | <ClCompile Include="..\..\librhash\test_lib.c">
|
|
276 | 278 | <ClInclude Include="..\..\librhash\rhash_torrent.h" />
|
277 | 279 | <ClInclude Include="..\..\librhash\sha256.h" />
|
278 | 280 | <ClInclude Include="..\..\librhash\sha512.h" />
|
| 281 | + <ClInclude Include="..\..\librhash\sha_ni.h" /> |
279 | 282 | <ClInclude Include="..\..\librhash\test_lib.h" />
|
280 | 283 | <ClInclude Include="..\..\librhash\test_utils.h" />
|
281 | 284 | <ClInclude Include="..\..\librhash\aich.h" />
|
282 | 285 | <ClInclude Include="..\..\librhash\blake2b.h" />
|
283 | 286 | <ClInclude Include="..\..\librhash\blake2s.h" />
|
| 287 | + <ClInclude Include="..\..\librhash\blake3.h" /> |
284 | 288 | <ClInclude Include="..\..\librhash\byte_order.h" />
|
285 | 289 | <ClInclude Include="..\..\librhash\crc32.h" />
|
286 | 290 | <ClInclude Include="..\..\librhash\ed2k.h" />
|
|
0 commit comments