Skip to content

Commit

Permalink
Merge pull request #7419 from anhu/winpq
Browse files Browse the repository at this point in the history
Add PQ Files for windows.
  • Loading branch information
JacobBarthelmeh authored Apr 15, 2024
2 parents 1cb34a8 + 85765b1 commit be74cb7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
28 changes: 28 additions & 0 deletions wolfssl.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
RelativePath=".\wolfcrypt\src\des3.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\dilithium.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\dh.c"
>
Expand All @@ -251,6 +255,14 @@
RelativePath=".\wolfcrypt\src\error.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\ext_kyber.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\falcon.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\fe_low_mem.c"
>
Expand Down Expand Up @@ -279,6 +291,14 @@
RelativePath=".\wolfcrypt\src\integer.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wc_kyber.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wc_kyber_poly.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\logging.c"
>
Expand Down Expand Up @@ -343,6 +363,10 @@
RelativePath=".\wolfcrypt\src\sha512.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\sphincs.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\sp_c32.c"
>
Expand Down Expand Up @@ -391,6 +415,10 @@
RelativePath=".\wolfcrypt\src\wolfevent.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\port\liboqs\liboqs.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Expand Down
7 changes: 7 additions & 0 deletions wolfssl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,15 @@
<ClCompile Include="wolfcrypt\src\cpuid.c" />
<ClCompile Include="wolfcrypt\src\cryptocb.c" />
<ClCompile Include="wolfcrypt\src\des3.c" />
<ClCompile Include="wolfcrypt\src\dilithium.c" />
<ClCompile Include="wolfcrypt\src\dh.c" />
<ClCompile Include="wolfcrypt\src\dsa.c" />
<ClCompile Include="wolfcrypt\src\ecc.c" />
<ClCompile Include="wolfcrypt\src\ed25519.c" />
<ClCompile Include="wolfcrypt\src\ed448.c" />
<ClCompile Include="wolfcrypt\src\error.c" />
<ClCompile Include="wolfcrypt\src\ext_kyber.c" />
<ClCompile Include="wolfcrypt\src\falcon.c" />
<ClCompile Include="wolfcrypt\src\fe_448.c" />
<ClCompile Include="wolfcrypt\src\fe_low_mem.c" />
<ClCompile Include="wolfcrypt\src\fe_operations.c" />
Expand All @@ -317,6 +320,8 @@
<ClCompile Include="wolfcrypt\src\hmac.c" />
<ClCompile Include="wolfcrypt\src\integer.c" />
<ClCompile Include="wolfcrypt\src\kdf.c" />
<ClCompile Include="wolfcrypt\src\wc_kyber.c" />
<ClCompile Include="wolfcrypt\src\wc_kyber_poly.c" />
<ClCompile Include="wolfcrypt\src\logging.c" />
<ClCompile Include="wolfcrypt\src\md2.c" />
<ClCompile Include="wolfcrypt\src\md4.c" />
Expand All @@ -335,6 +340,7 @@
<ClCompile Include="wolfcrypt\src\sha3.c" />
<ClCompile Include="wolfcrypt\src\sha512.c" />
<ClCompile Include="wolfcrypt\src\signature.c" />
<ClCompile Include="wolfcrypt\src\sphincs.c" />
<ClCompile Include="wolfcrypt\src\sp_c32.c" />
<ClCompile Include="wolfcrypt\src\sp_c64.c" />
<ClCompile Include="wolfcrypt\src\sp_int.c" />
Expand All @@ -346,6 +352,7 @@
<ClCompile Include="wolfcrypt\src\wc_port.c" />
<ClCompile Include="wolfcrypt\src\wolfmath.c" />
<ClCompile Include="wolfcrypt\src\wolfevent.c" />
<ClCompile Include="wolfcrypt\src\port\liboqs\liboqs.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
Expand Down

0 comments on commit be74cb7

Please sign in to comment.