|
301 | 301 | <ClCompile Include="wolfcrypt\src\cpuid.c" /> |
302 | 302 | <ClCompile Include="wolfcrypt\src\cryptocb.c" /> |
303 | 303 | <ClCompile Include="wolfcrypt\src\des3.c" /> |
| 304 | + <ClCompile Include="wolfcrypt\src\dilithium.c" /> |
304 | 305 | <ClCompile Include="wolfcrypt\src\dh.c" /> |
305 | 306 | <ClCompile Include="wolfcrypt\src\dsa.c" /> |
306 | 307 | <ClCompile Include="wolfcrypt\src\ecc.c" /> |
307 | 308 | <ClCompile Include="wolfcrypt\src\ed25519.c" /> |
308 | 309 | <ClCompile Include="wolfcrypt\src\ed448.c" /> |
309 | 310 | <ClCompile Include="wolfcrypt\src\error.c" /> |
| 311 | + <ClCompile Include="wolfcrypt\src\ext_kyber.c" /> |
| 312 | + <ClCompile Include="wolfcrypt\src\falcon.c" /> |
310 | 313 | <ClCompile Include="wolfcrypt\src\fe_448.c" /> |
311 | 314 | <ClCompile Include="wolfcrypt\src\fe_low_mem.c" /> |
312 | 315 | <ClCompile Include="wolfcrypt\src\fe_operations.c" /> |
|
317 | 320 | <ClCompile Include="wolfcrypt\src\hmac.c" /> |
318 | 321 | <ClCompile Include="wolfcrypt\src\integer.c" /> |
319 | 322 | <ClCompile Include="wolfcrypt\src\kdf.c" /> |
| 323 | + <ClCompile Include="wolfcrypt\src\wc_kyber.c" /> |
| 324 | + <ClCompile Include="wolfcrypt\src\wc_kyber_poly.c" /> |
320 | 325 | <ClCompile Include="wolfcrypt\src\logging.c" /> |
321 | 326 | <ClCompile Include="wolfcrypt\src\md2.c" /> |
322 | 327 | <ClCompile Include="wolfcrypt\src\md4.c" /> |
|
335 | 340 | <ClCompile Include="wolfcrypt\src\sha3.c" /> |
336 | 341 | <ClCompile Include="wolfcrypt\src\sha512.c" /> |
337 | 342 | <ClCompile Include="wolfcrypt\src\signature.c" /> |
| 343 | + <ClCompile Include="wolfcrypt\src\sphincs.c" /> |
338 | 344 | <ClCompile Include="wolfcrypt\src\sp_c32.c" /> |
339 | 345 | <ClCompile Include="wolfcrypt\src\sp_c64.c" /> |
340 | 346 | <ClCompile Include="wolfcrypt\src\sp_int.c" /> |
|
346 | 352 | <ClCompile Include="wolfcrypt\src\wc_port.c" /> |
347 | 353 | <ClCompile Include="wolfcrypt\src\wolfmath.c" /> |
348 | 354 | <ClCompile Include="wolfcrypt\src\wolfevent.c" /> |
| 355 | + <ClCompile Include="wolfcrypt\src\port\liboqs\liboqs.c" /> |
349 | 356 | </ItemGroup> |
350 | 357 | <ItemGroup> |
351 | 358 | <ClInclude Include="resource.h" /> |
|
0 commit comments