Add PQ Files for windows.

pull/7419/head
Anthony Hu 2024-04-12 15:05:29 -04:00
parent 8b587b563c
commit 85765b1a57
2 changed files with 35 additions and 0 deletions

View File

@ -235,6 +235,10 @@
RelativePath=".\wolfcrypt\src\des3.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\dilithium.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\dh.c"
>
@ -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"
>
@ -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"
>
@ -343,6 +363,10 @@
RelativePath=".\wolfcrypt\src\sha512.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\sphincs.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\sp_c32.c"
>
@ -391,6 +415,10 @@
RelativePath=".\wolfcrypt\src\wolfevent.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\port\liboqs\liboqs.c"
>
</File>
</Filter>
<Filter
Name="Header Files"

View File

@ -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" />
@ -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" />
@ -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" />
@ -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" />