Skip to content

Commit 85765b1

Browse files
committed
Add PQ Files for windows.
1 parent 8b587b5 commit 85765b1

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

wolfssl.vcproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@
235235
RelativePath=".\wolfcrypt\src\des3.c"
236236
>
237237
</File>
238+
<File
239+
RelativePath=".\wolfcrypt\src\dilithium.c"
240+
>
241+
</File>
238242
<File
239243
RelativePath=".\wolfcrypt\src\dh.c"
240244
>
@@ -251,6 +255,14 @@
251255
RelativePath=".\wolfcrypt\src\error.c"
252256
>
253257
</File>
258+
<File
259+
RelativePath=".\wolfcrypt\src\ext_kyber.c"
260+
>
261+
</File>
262+
<File
263+
RelativePath=".\wolfcrypt\src\falcon.c"
264+
>
265+
</File>
254266
<File
255267
RelativePath=".\wolfcrypt\src\fe_low_mem.c"
256268
>
@@ -279,6 +291,14 @@
279291
RelativePath=".\wolfcrypt\src\integer.c"
280292
>
281293
</File>
294+
<File
295+
RelativePath=".\wolfcrypt\src\wc_kyber.c"
296+
>
297+
</File>
298+
<File
299+
RelativePath=".\wolfcrypt\src\wc_kyber_poly.c"
300+
>
301+
</File>
282302
<File
283303
RelativePath=".\wolfcrypt\src\logging.c"
284304
>
@@ -343,6 +363,10 @@
343363
RelativePath=".\wolfcrypt\src\sha512.c"
344364
>
345365
</File>
366+
<File
367+
RelativePath=".\wolfcrypt\src\sphincs.c"
368+
>
369+
</File>
346370
<File
347371
RelativePath=".\wolfcrypt\src\sp_c32.c"
348372
>
@@ -391,6 +415,10 @@
391415
RelativePath=".\wolfcrypt\src\wolfevent.c"
392416
>
393417
</File>
418+
<File
419+
RelativePath=".\wolfcrypt\src\port\liboqs\liboqs.c"
420+
>
421+
</File>
394422
</Filter>
395423
<Filter
396424
Name="Header Files"

wolfssl.vcxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,15 @@
301301
<ClCompile Include="wolfcrypt\src\cpuid.c" />
302302
<ClCompile Include="wolfcrypt\src\cryptocb.c" />
303303
<ClCompile Include="wolfcrypt\src\des3.c" />
304+
<ClCompile Include="wolfcrypt\src\dilithium.c" />
304305
<ClCompile Include="wolfcrypt\src\dh.c" />
305306
<ClCompile Include="wolfcrypt\src\dsa.c" />
306307
<ClCompile Include="wolfcrypt\src\ecc.c" />
307308
<ClCompile Include="wolfcrypt\src\ed25519.c" />
308309
<ClCompile Include="wolfcrypt\src\ed448.c" />
309310
<ClCompile Include="wolfcrypt\src\error.c" />
311+
<ClCompile Include="wolfcrypt\src\ext_kyber.c" />
312+
<ClCompile Include="wolfcrypt\src\falcon.c" />
310313
<ClCompile Include="wolfcrypt\src\fe_448.c" />
311314
<ClCompile Include="wolfcrypt\src\fe_low_mem.c" />
312315
<ClCompile Include="wolfcrypt\src\fe_operations.c" />
@@ -317,6 +320,8 @@
317320
<ClCompile Include="wolfcrypt\src\hmac.c" />
318321
<ClCompile Include="wolfcrypt\src\integer.c" />
319322
<ClCompile Include="wolfcrypt\src\kdf.c" />
323+
<ClCompile Include="wolfcrypt\src\wc_kyber.c" />
324+
<ClCompile Include="wolfcrypt\src\wc_kyber_poly.c" />
320325
<ClCompile Include="wolfcrypt\src\logging.c" />
321326
<ClCompile Include="wolfcrypt\src\md2.c" />
322327
<ClCompile Include="wolfcrypt\src\md4.c" />
@@ -335,6 +340,7 @@
335340
<ClCompile Include="wolfcrypt\src\sha3.c" />
336341
<ClCompile Include="wolfcrypt\src\sha512.c" />
337342
<ClCompile Include="wolfcrypt\src\signature.c" />
343+
<ClCompile Include="wolfcrypt\src\sphincs.c" />
338344
<ClCompile Include="wolfcrypt\src\sp_c32.c" />
339345
<ClCompile Include="wolfcrypt\src\sp_c64.c" />
340346
<ClCompile Include="wolfcrypt\src\sp_int.c" />
@@ -346,6 +352,7 @@
346352
<ClCompile Include="wolfcrypt\src\wc_port.c" />
347353
<ClCompile Include="wolfcrypt\src\wolfmath.c" />
348354
<ClCompile Include="wolfcrypt\src\wolfevent.c" />
355+
<ClCompile Include="wolfcrypt\src\port\liboqs\liboqs.c" />
349356
</ItemGroup>
350357
<ItemGroup>
351358
<ClInclude Include="resource.h" />

0 commit comments

Comments
 (0)